Skip to content

Add Task Comment

Request

Add a new comment to a task

Security
bearerAuth
Path
taskIdinteger, (int64), >= 1required

ID of the task

Example:1
Bodyapplication/jsonrequired

Comment to add

commentTextstring, [ 1 .. 1000 ] charactersrequired
curl -i -X POST \
  https://codeinsightapi.redocly.app/_mock/swagger/tasks/1/comments \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "commentText": "string"
  }'

Responses

Created