v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1424171133.3 KB

Adds a comment to an existing case.

post/v1/cases/{caseId}/create-comment

Path parameters

caseIdstring required

Required element used in combination with CreateCaseComment to specify a case ID.

Request body

clientTokenstring
<p><note> <p>The <code>clientToken</code> field is an idempotency key used to ensure that repeated attempts for a single action will be ignored by the server during retries. A caller supplied unique ID (typically a UUID) should be provided. </p> </note></p>
bodystring password required

Required element used in combination with CreateCaseComment to add content for the new comment.

Response

Success

commentIdstring required

Response element indicating the new comment ID.