v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
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.