---
title: "Add Comment"
method: POST
path: "/v2/change-requests/{changeRequestId}/comments"
tags: ["Change Requests (Approval flow & Scheduled changes)"]
---

# Add Comment

`POST /v2/change-requests/{changeRequestId}/comments`

Adds a new comment to the Change Request.

## Path parameters

- `changeRequestId` integer, required

## Request body

- AddChangeRequestCommentModel
  - `body` string, required — The comment body.

## Response `200`

When adding the comment was successful.

- ChangeRequestCommentModel — Model representing a comment on a Change Request.
  - `changeRequestCommentId` integer, required — Identifier of the Change Request comment.
  - `body` string, required — Body content of the comment.
  - `createdAt` string, date-time, required — The UTC date and time when the comment was created.
  - `userEmail` string, required — Email of the user who created the comment.
  - `userFullName` string, required — Full name of the user who created the comment.
  - `editedAt` string, date-time, nullable, required — Optional UTC date and time when the comment was last edited.

## Other responses

- `400` — Bad request.
- `404` — Not found.
- `429` — Too many requests. In case of the request rate exceeds the rate limits.

## Changes

- **2026-08-27** `2cf28a2117da` — 2 info
  - api tag `Change Requests (Approval flow & Scheduled changes)` added
  - api tag `Change Requests (Approval flow & Scheduled changes) - Beta` removed
- **2026-08-04** `6b4d53bc1455` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/configcat/apis/configcat-public-management-api/changes/v2/change-requests/:changeRequestId/comments/post.md)

---

[API](https://skmtc.dev/configcat/apis/configcat-public-management-api.md) · [All operations](https://skmtc.dev/configcat/apis/configcat-public-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/configcat/configcat-public-management-api/revisions/2cf28a2117da/schema)
