id from List Tasks. Send text to edit the action item, completed: true to mark it done, or completed: false to reopen it. You can update text and completion together. Omitted fields remain unchanged, and repeating the same request is safe.
- Workspace key
- Personal key
Parameters
Provide at least one of
completed or text. Empty or whitespace-only text and unsupported fields are rejected.
Edit Task Text
This request updates the text without changing completion status. Use/v1/me/tasks.update for a personal key.
Example Response
taskId and the fields you supplied. A text-only update returns taskId and text; an update of both fields returns all three. The update is reflected in Jamie and subsequent tasks.list responses.
Error Responses
Missing tasks and tasks outside your write access both return
Task not found or not writable.
