Tasks
Update a Task
Update an existing task.
Required authorization scope: public.task:write
PATCH
Authorizations
Bearer Token necessary to use API
Path Parameters
The ID of the task to retrieve
Body
application/json
Update Task Request
The title of the task
Optional description for the task, to remove existing description set to null
The due date and time for the task, to remove existing due date set to null
To remove the association, set site to null
Set of key-value pairs for storing additional information on the task. Learn more about metadata.
- Option 1
- Option 2
- Option 3