---
title: "update comment"
method: PUT
path: "/discussion/{disc_id}/comment/{comment_id}"
tags: ["discussion"]
---

# update comment

`PUT /discussion/{disc_id}/comment/{comment_id}`

update comment

## Path parameters

- `disc_id` string, required
- `comment_id` number, required

## Request body

- SvcCommentUpdateReq
  - `content` string, required

## Response `200`

OK

- object
  - `data` unknown
  - `err` string
  - `msg` string
  - `success` boolean
  - `trace_id` string

---

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