Change Requests

This endpoint will add a comment to a change request

Enterprise feature

This endpoint will add a comment to a change request for the user making the request.

post/api/admin/projects/{projectId}/change-requests/{id}/comments

Path parameters

projectIdstring required
idstring required

Request body

textstring required

The content of the comment.

Example request

{
  "text": "This is a comment"
}

Response

This response has no body.

Changes

No recorded changes to this endpoint across all 7 revisions of this API.