POST
/
task
/
{taskId}
/
comments
curl --request POST \
  --url https://api.teamcamp.app/v1.0/task/{taskId}/comments \
  --header 'Content-Type: application/json' \
  --header 'apiKey: <api-key>' \
  --data '{
  "content": "<string>"
}'
{
  "commentId": "<string>",
  "content": "<string>"
}

Authorizations

apiKey
string
header
required

Body

application/json
Project to add to the Workspace

The body is of type object.

Response

200
application/json
plant response

The response is of type object.