Tasks
Update a task
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
.
PATCH
Authorizations
This API uses OAuth 2.0 with the authorization code grant flow.
Path Parameters
The ID of the task to update.
Example:
"649e34f4-c39a-4f4d-99ef-48a36bef8f04"
Body
application/json
Response
200
application/json
Success