Skip to main content

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

Body

required

changeRequestAddCommentSchema

  • text string required

    The content of the comment.

Responses

This response has no body.

Loading...