Update a task
Updates one or more fields of an existing task. You can update the status, title, or description. At least one field must be provided. Valid status values are: pending, in_progress, done.
Documentation Index
Fetch the complete documentation index at: https://writechoice-8439b44d-mintlify-78019799.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
All requests must include a valid API key in the Authorization header. Example: Authorization: Bearer tf-live-4a8f2c1e9b3d7e6a
Path Parameters
The ID of the task to update.
Body
Response
Task updated successfully.
Unique identifier for the task. Generated automatically.
"f9e8d7c6-b5a4-3210-fedc-ba9876543210"
The ID of the project this task belongs to.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
The title of the task.
"Write introduction page"
An optional description of the task.
"Draft the overview and getting started sections."
The current status of the task. - pending: The task has not been started. - in_progress: The task is actively being worked on. - done: The task has been completed.
pending, in_progress, done "pending"
Timestamp of when the task was created.
"2025-05-12T10:35:00.000Z"
Timestamp of the last update to the task.
"2025-05-12T11:00:00.000Z"