patch https://{subdomain}.kommo.com/api/v4/tasks
This method allows to edit multiple tasks. When updating multiple tasks, an array of task objects is passed.
Limitations
Method is available in correspondence to the user rights.
Data type header when the request is successful
Content-Type: application/hal+json
Data type header in case of an error
Content-Type: application/problem+json
Response parameters
Method returns an array of edited tasks or a completed task objects. Only properties “id”
and “updated_at”
are returned.
Complete tasks
To complete tasks, properties "id"
, “result”
and “is_completed”
should be passed.