Rename, complete, reassign, reposition or reschedule a todo
Rename, complete, reassign, reposition or re-schedule a todo.
/v1/tickets/{ticket_id}/todos/{todo_id}Editor- Operation id
- patch_todo
- Access
- A viewer is refused.
/v1/tickets/{ticket_id}/todos/{todo_id}Rename, complete, reassign, reposition or re-schedule a todo.
Send unassign: true to clear the assignee and due_at: "" to clear the
due date. A null means "not supplied".
Tenancy: the request is scoped to one workspace, and the credential presented is what selects it. A caller with no membership in that workspace is refused with 404, which is indistinguishable from a workspace that does not exist.
Authorisation: editor, admin or owner. A viewer receives 403 insufficient_role.
Access: Authorization: Bearer carrying either a realm access token or an API key. A key must hold the ticket-rail:write scope, and the workspace role of the person who owns it must meet the floor above.
A realm-issued access token, presented as Authorization: Bearer <token>. It acts as the person who signed in, and every operation resolves their workspace role live from the membership record.
In: header
Path Parameters
uuiduuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/v1/tickets/497f6eca-6276-4993-bfeb-53cbbbba6f08/todos/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{}'{}