---
title: "Update a review from a User and returns the new post"
method: POST
path: "/reviews/{reviewId}"
tags: ["reviews : Find and modify reviews "]
---

# Update a review from a User and returns the new post

`POST /reviews/{reviewId}`

- Only the review author is able to update their review
- Returns the newly updated review

## Path parameters

- `reviewId` string, required

## Query parameters

- `userId` string, required
- `userAccountId` string, required
- `headline` string, required
- `rating` integer, required
- `description` string, required
- `customData` string

## Response `default`

OK

## Other responses

- `400` — Bad Request - Required parameters are missing, malformed or invalid
- `403` — Forbidden - Anonymous users cannot update reviews
- `404` — Not Found - This review was not found

---

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