---
title: "Update a comment"
method: PUT
path: "/comments/{commentId}"
tags: ["Comments"]
---

# Update a comment

`PUT /comments/{commentId}`

Updates the text of an existing comment.

## Path parameters

- `commentId` string, required

## Request body

- UpdateCommentRequest
  - `text` string, required

## Response `204`

## Other responses

- `400` — Invalid value for: body
- `default`

---

[API](https://skmtc.net/process/apis/process-street-public-api.md) · [All operations](https://skmtc.net/process/apis/process-street-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/process/process-street-public-api/revisions/6199a9464227/schema)
