Update a TODO

patch

Update an existing todo for an agent.

Authorizations
AuthorizationstringRequired

Bearer {apikey}

Path parameters
agentIdstringRequired
todoIdstringRequired
Body
titlestring · min: 1Optional
descriptionstring · nullableOptional
statusstring · enumOptionalPossible values:
prioritystring · enum · nullableOptionalPossible values:
dueDatestring · date-time · nullableOptional
Responses
patch
/v1/agents/{agentId}/todos/{todoId}

Last updated