tasks

Update a task

The assigned_to, date (either a date or a date-time), and is_complete fields may be updated on all tasks. If the task type is lead, the text field may also be modified.

put/task/{id}/

Path parameters

idstring required

Query parameters

_fieldsstring

Comma-separated list of fields to include in the response.

Request body

agent_config_idstring nullable
assigned_tostring
contact_idstring nullable
created_bystring
is_completeboolean
is_datelessboolean
lead_idstring
organization_idstring
priority'high' | 'medium'
resolution'abandoned' | 'skipped'
textstring

Response

Successful response

Changes