Kaneo Logo
Comments

Update Comment

Update an existing comment

PUT
/activity/comment

Authorization

bearerAuth
AuthorizationBearer <token>

API Key authentication

In: header

Request Body

application/json

activityId*string
comment*string

Response Body

application/json

curl -X PUT "https://cloud.kaneo.app/api/activity/comment" \  -H "Content-Type: application/json" \  -d '{    "activityId": "string",    "comment": "string"  }'
{
  "id": "string",
  "taskId": "string",
  "type": "comment",
  "createdAt": null,
  "userId": "string",
  "content": "string",
  "externalUserName": "string",
  "externalUserAvatar": "string",
  "externalSource": "string",
  "externalUrl": "string"
}