---
title: "Update a comment."
method: PATCH
path: "/comments/{contributionId}"
tags: ["Comments"]
---

# Update a comment.

`PATCH /comments/{contributionId}`

Update a comment on a record.

## Path parameters

- `contributionId` string, required

## Request body

- CommentUpdateBody
  - `comment` string
  - `status` string

## Response `200`

A response body containing confirmation that the comment was added successfully.

## Other responses

- `422` — An error response while processing the request to add a comment.

---

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