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
Example request
{
"text": "This is a comment"
}Response
This response has no body.