{
"success": true,
"task_comment": {
"id": "abcd1234",
"comment": "This is a comment on a task",
"created_at": "2025-07-25T14:32:00Z",
"updated_at": "2025-07-25T15:00:00Z",
"user": {
"id": "user_123",
"username": "johndoe",
"avatar": "https://example.com/avatar.png"
}
}
}{
"success": true,
"task_comment": {
"id": "abcd1234",
"comment": "This is a comment on a task",
"created_at": "2025-07-25T14:32:00Z",
"updated_at": "2025-07-25T15:00:00Z",
"user": {
"id": "user_123",
"username": "johndoe",
"avatar": "https://example.com/avatar.png"
}
}
}ID of the task to which the comment belongs
Text content of the comment
Set to true to make the comment private
Successful response
true
Show child attributes
"abcd1234"
"This is a comment on a task"
"2025-07-25T14:32:00Z"
"2025-07-25T15:00:00Z"