Sazabi
APIWork items

Comment on a work item

POST
/work-items/{itemId}/comment

Add a comment to an existing work item.

Path Parameters

itemId*string

The work item to comment on.

Length1 <= length

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/work-items/string/comment" \  -H "Content-Type: application/json" \  -d '{    "bodyMarkdown": "string"  }'
{  "identifier": "string",  "url": "string"}