---
title: "Add a comment to a thread"
method: POST
path: "/api/v1/comment-threads/{threadId}/comments"
tags: ["comment"]
---

# Add a comment to a thread

`POST /api/v1/comment-threads/{threadId}/comments`

## Path parameters

- `threadId` string, uuid, required

## Request body

- object
  - `body` string, required

## Response `201`

201

- object
  - `id` string, uuid, required
  - `threadId` string, uuid, required
  - `body` string, required
  - `createdByUserId` string, uuid, required
  - `createdByName` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `401` — Missing, invalid, expired, or revoked API key.
- `403` — The API key's user is not a member of the requested team.
- `429` — Rate limit reached — retry after the `Retry-After` header.

---

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