v2

latestOpenAPI 3.0.42026-08-04123200540.7 KB
Change Requests (Approval flow & Scheduled changes) - Beta

Add Comment

Adds a new comment to the Change Request.

post/v2/change-requests/{changeRequestId}/comments

Path parameters

changeRequestIdinteger required

The identifier of the Change Request.

Request body

bodystring required

The comment body.

Response

When adding the comment was successful.

changeRequestCommentIdinteger required

Identifier of the Change Request comment.

bodystring required

Body content of the comment.

createdAtstring date-time required

The UTC date and time when the comment was created.

userEmailstring required

Email of the user who created the comment.

userFullNamestring required

Full name of the user who created the comment.

editedAtstring date-time nullable required

Optional UTC date and time when the comment was last edited.