Update a TODO
patch
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
200
Successful Response
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
patch
/v1/agents/{agentId}/todos/{todoId}Last updated