Comments
Create Comment
Create a new comment on a task
Authorization
bearerAuth AuthorizationBearer <token>
API Key authentication
In: header
Request Body
application/json
taskId*string
comment*string
Response Body
application/json
curl -X POST "https://cloud.kaneo.app/api/activity/comment" \ -H "Content-Type: application/json" \ -d '{ "taskId": "string", "comment": "string" }'{
"id": "string",
"taskId": "string",
"type": "comment",
"createdAt": null,
"userId": "string",
"content": "string",
"externalUserName": "string",
"externalUserAvatar": "string",
"externalSource": "string",
"externalUrl": "string"
}