Appearance
Complete a todo
POST
/todos/{id}/done
Card-linked todos also tick the mirrored subtask on the card.
Authorizations
bearer
Type
HTTP (bearer)
Parameters
Path Parameters
id*
Type
Requiredstring
Responses
The completed todo.
application/json
JSON "id": "tdo_01JX4R8K", "title": "Reply to the Stripe support thread re: refund proration", "priority": "string", "due_on": "string", "org_id": "string", "card_id": "string", "done": true
{
}