Skip to main content

This endpoint will add a comment to a change request

POST 

<your-unleash-url>/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

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/projects/:projectId/change-requests/:id/comments' \
-H 'Content-Type: application/json' \
-H 'Authorization: <Authorization>' \
-d '{
"text": "This is a comment"
}'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
— pathrequired
Body required
{
  "text": "This is a comment"
}
ResponseClear

Click the Send API Request button above and see the response here!