Updates an existing task by task_id
. At present, only the deadline_at
, is_completed
, linked_records
, and assignees
fields can be updated.
Required scopes: task:read-write
, object_configuration:read
, record_permission:read
, user_management:read
.
This API uses OAuth 2.0 with the authorization code grant flow.
The ID of the task to update.
"649e34f4-c39a-4f4d-99ef-48a36bef8f04"
Success