tasks
Update a task
Updates an existing task. Only provided fields are modified.
Rate limit: 300 requests per minute
patch/tasks/{id}
Path parameters
idstring required
The ID of the task to update.
Request body
Response
Example response
{
"data": {
"custom_fields": {
"priority": {
"value": "high"
}
}
}
}