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.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:)>.
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
Query parameters
_fields
Comma-separated list of fields to include in the response.
Request
This endpoint expects an object.
agent_config_id
assigned_to
contact_id
created_by
date
due_date
is_complete
is_dateless
lead_id
organization_id
priority
Allowed values:
resolution
Allowed values:
text
Response
Successful response
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error