Skip to main content

UpdateTask partially updates a pending task.

PATCH 

/api/v1/crm/tasks/:id

Fields not provided retain their current values. Cannot be called on a completed or cancelled task (FAILED_PRECONDITION).

Errors:

  • NOT_FOUND: task does not exist.
  • FAILED_PRECONDITION: task is already completed or cancelled.

Request

Responses

A successful response.