Skip to main content
POST
/
tasks
/
{taskId}
/
comments
Add task comment
curl --request POST \
  --url https://nvidia.casebender.com/api/v1/tasks/{taskId}/comments \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "text": "<string>"
}
'

Authorizations

Authorization
string
header
required

API key authentication. Use format: Bearer cbr_live_your_key

Path Parameters

taskId
string
required

Body

application/json
text
string
required
Minimum string length: 1

Response

200

Default Response