---
title: "This endpoint will add a comment to a change request"
method: POST
path: "/api/admin/projects/{projectId}/change-requests/{id}/comments"
tags: ["Change Requests"]
---

# This endpoint will add a comment to a change request

`POST /api/admin/projects/{projectId}/change-requests/{id}/comments`

**Enterprise feature**

This endpoint will add a comment to a change request for the user making the request.

## Path parameters

- `projectId` string, required
- `id` string, required

## Request body

- ChangeRequestAddCommentSchema — Data used to add a comment to a [change request](https://docs.getunleash.io/concepts/change-requests).
  - `text` string, required — The content of the comment.

## Response `204`

This response has no body.

---

[API](https://skmtc.net/unleash/apis/unleash-api-3.md) · [All operations](https://skmtc.net/unleash/apis/unleash-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unleash/unleash-api-3/revisions/b2c3116e633e/schema)
