---
title: "Update a comment"
method: PATCH
path: "/comments/{id}"
---

# Update a comment

`PATCH /comments/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `text` string
  - `is_excluded_from_trending` boolean
  - `is_excluded_from_quality` boolean

## Response `200`

200

- object
  - `id` string
  - `url` string
  - `comment_board_id` string
  - `parent_comment_id` unknown
  - `thread_comment_id` string
  - `text` string
  - `comment_depth` integer
  - `custom_data` string
  - `author_id` string
  - `is_deleted` boolean
  - `created_at` string
  - `replies_url` string
  - `is_excluded_from_quality` boolean
  - `is_excluded_from_trending` string

## Other responses

- `400` — 400

---

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