v1
latestOpenAPI 3.1.02026-08-069158174.8 KBCRM Service Calls
Patch Task
Update an existing task by ID.
Send only the fields you want to change. Returns 400 if no fields are provided.
Path Parameters:
- task_id: The task's CRM record ID.
Request Body (TaskUpdateRequest): Same fields as POST /tasks plus is_completed (bool) and completed_date (epoch timestamp). All optional — only included fields are updated.
Response: The updated task object.
patch/crm/tasks/{task_id}
Path parameters
task_idstring required
Request body
Response
Successful Response