---
title: "Create Comment"
method: POST
path: "/comments"
---

# Create Comment

`POST /comments`

## Request body

- object
  - `module` 'ATTACHMENT'
  - `module_uid` string
  - `comment` string, required
  - `attachment_uid` string
  - `attachment_path` string

## Response `200`

- object
  - `data` object
    - `comment_uid` string
    - `created_at` string
    - `updated_at` string
  - `message` string
  - `type` string
  - `title` string

---

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