v1
latestOpenAPI 3.0.12026-07-268028223.9 KBTasks
Update a task
Update an existing task
patch/v1/tasks/{id}
Path parameters
idstring required
The task ID
Headers
Idempotency-Keystring
Unique key to ensure idempotent request handling. If a request with the same key was already processed, the original response will be returned.
Request body
Example request
{
"title": "Updated task title"
}Response
task updated
Example response
{
"id": "abc123xyz",
"title": "Follow up with client"
}