---
title: "Creates a comment for an account"
method: POST
path: "/v1/projects/{projectId}/rcs/comments"
tags: ["RCS Accounts"]
---

# Creates a comment for an account

`POST /v1/projects/{projectId}/rcs/comments`

Creates a comment for an account.

## Path parameters

- `projectId` string, required

## Request body

- RcsCommentInputDto
  - `comment` string, required

## Response `201`

Created comment for an account.

- RcsCommentDto
  - `type` 'CREATED', required
  - `comment` string, required
  - `created` string

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — NotFound
- `500` — InternalServerError

---

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