---
title: "Update Comment"
method: PUT
path: "/comments/{comment_uid}"
---

# Update Comment

`PUT /comments/{comment_uid}`

## Path parameters

- `comment_uid` string, required

## Request body

- object
  - `comment` string, required

## Response `200`

- object
  - `type` string, required
  - `title` string
  - `message` string
  - `data` object
    - `comment_uid` 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)
