v1

latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KB
Task Comments

Create a comment

Add a new comment to a task

post/task-comments

Request body

task_idstring uuid required

Task UUID to comment on

contentstring required

Comment content (HTML allowed)

Response

Comment created successfully

doneboolean required

Indicates if the operation was successful

titlestring nullable

Optional response title

messagestring nullable

Optional message (error message or success notification)

Example response

{
  "done": true,
  "message": "Operation completed successfully"
}