---
title: "Update Existing Comment"
method: PUT
path: "/v2/{account_id}/reviews/{review_id}/comment?access_token={access_token}"
---

# Update Existing Comment

`PUT /v2/{account_id}/reviews/{review_id}/comment?access_token={access_token}`

Use this call to update (edit) an existing comment on a published review. You can find the `review_id` using the **All Reviews** endpoint.

## Path parameters

- `account_id` string, required
- `review_id` string, required

## Query parameters

- `access_token` string, required

## Request body

- object
  - `content` string — The textual content of the comment.
  - `public` boolean — Pass a value of `true` to create a comment that is visible to all, or `false` to restrict comment visibility exclusively to the reviewer.

## Response `200`

200

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404

---

[API](https://skmtc.net/yotpo/apis/app-developer-api.md) · [All operations](https://skmtc.net/yotpo/apis/app-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yotpo/app-developer-api/versions/4effe7674a3b/schema)
