This endpoint will add a comment to a change request
POST /api/admin/projects/:projectId/change-requests/:id/comments
This endpoint will add a comment to a change request for the user making the request.
Request
Path Parameters
- projectId string required
- id string required
- application/json
Body
required
changeRequestAddCommentSchema
- text string required
The content of the comment.
Responses
- 204
This response has no body.
Loading...