---
title: "Create activity comment"
method: POST
path: "/v1/activities/{activity_id}/comments"
tags: ["Activities"]
---

# Create activity comment

`POST /v1/activities/{activity_id}/comments`

## Path parameters

- `activity_id` integer, required

## Request body

- CommentCreate
  - `comment` object, required
    - `body` string, required

## Response `201`

Created

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/thenx/apis/thenx-api-v1.md) · [All operations](https://skmtc.dev/thenx/apis/thenx-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thenx/thenx-api-v1/revisions/22181b7aed6a/schema)
