Update Todo
Workspace
Update Todo
Edit the text of an existing todo item.
Args:
payload: New text for the todo.
user: Authenticated owner.
thread_id: Target conversation.
todo_id: Primary key of the todo to edit.
db: Database session.
Returns:
The updated TodoSchema.
Raises:
HTTPException 404: If no todo with todo_id exists.
PATCH
Update Todo
Authorizations
A personal access token (haico_pat_...), created under Profile → API keys. Send it as Authorization: Bearer <key>. The browser session JWT is also accepted but is an internal mechanism and is not part of the public contract.
Path Parameters
Minimum string length:
1Required range:
x >= 1Body
application/json
Payload for editing the text of an existing todo item.