Updates one or more properties of a folder. Only the fields you include are changed.
cURL
curl --request PATCH \ --url https://api.getarca.app/api/v1/folders/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "icon": "<string>", "color": "<string>" } '
{ "id": 15, "workspace_id": 3, "name": "Design & UX", "icon": "folder-2", "color": "pink", "position": 3, "created_at": "2026-03-18T10:00:00.000Z" }
folders:write
Was this page helpful?