Add a new comment to a task
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/tasks/{taskId}/comments
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/tasks/{taskId}/comments
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"
}'