Actualizar una tarea
Tasks
PATCH /v1/crm/tasks/:id
Partially update a task — advance its status, reassign it, or move its due date.
PATCH
Actualizar una tarea
Updates a task in place. Only the fields you send are written. Completing a task is a status change, not a separate endpoint.
Endpoint
Required scope
crm:tasks:write
Headers
Path parameters
Body
All fields optional. Send only what changes.Example request
Response
200 OK
Returns the updated task, same shape asGET /v1/crm/tasks/:id.
400 Bad Request
Adue_at that is not valid ISO 8601, a priority outside the allowed set, or a property the endpoint does not accept.
401 Unauthorized
Missing, invalid, revoked, or expired token.403 Forbidden
The token does not have thecrm:tasks:write scope.
404 Not Found
No task with that id, or the task belongs to a different company.Operational notes
statusis not validated against a list. A typo likecompleteis accepted and stored, and the task then drops out of any?status=completedfilter. Pin the exact strings your integration writes.
Authorizations
Personal Access Token con prefijo kbai_pk_. Generar desde el portal con permiso developer.manage_tokens.
Path Parameters
Body
application/json
Response
200 - application/json