---
title: "Create a post comment"
method: POST
path: "/public/api/community-posts/{community_post_id}/comments"
tags: ["Community Posts"]
---

# Create a post comment

`POST /public/api/community-posts/{community_post_id}/comments`

Create a post comment

## Headers

- `Accept` string

## Request body

- object
  - `user_id` string
  - `comment` string

## Response `200`

OK

- object
  - `comment_id` string
  - `user_id` string
  - `date` string
  - `comment` string
  - `community_id` string
  - `community_post_id` string
  - `created_date` string
  - `updated_date` string

---

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