Updates one or more properties of a label. Only the fields you include are changed.
cURL
curl --request PATCH \ --url https://api.getarca.app/api/v1/labels/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "color": "<string>" } '
{ "id": 5, "workspace_id": 3, "name": "Tech Debt", "color": "orange", "created_at": "2026-04-11T10:45:00.000Z" }
workspaces:write
Was this page helpful?