Updates one or more properties of a list. Only the fields you include are changed.
cURL
curl --request PATCH \ --url https://api.getarca.app/api/v1/lists/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "icon": "<string>", "color": "<string>", "folder_id": "<string>" } '
{ "id": 25, "workspace_id": 3, "folder_id": 10, "name": "API Integration Tasks", "icon": "folder-1", "color": "green", "position": 3, "created_at": "2026-03-18T11:00:00.000Z" }
lists:write
null
Was this page helpful?