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 stringrequired
    id stringrequired

Body

required

changeRequestAddCommentSchema

    text stringrequired

    The content of the comment.

    Example: This is a comment

Responses

This response has no body.

Loading...