---
title: "Add a comment."
method: POST
path: "/comments/"
tags: ["Comments"]
---

# Add a comment.

`POST /comments/`

Add a comment to a record.

## Request body

- CommentBody
  - `comment` string, required
  - `targetNaId` integer, required
  - `targetObjectId` integer
  - `userId` string, required
  - `parentContributionId` string
  - `status` string

## Response `200`

A response body containing confirmation that the comment was added successfully.

## Other responses

- `422` — An error response while processing the request to add a comment.

---

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