---
title: "Update Review"
method: PATCH
path: "/reviews/{id}"
tags: ["Reviews"]
---

# Update Review

`PATCH /reviews/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateReviewRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `attributes` UpdateReviewAttributes, required
    - `commentId` string, nullable
    - `state` 'waiting' | 'request_changes' | 'approved', nullable

## Response `200`

OK

- UpdateReviewResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` Review, required
    - `attributes` ReviewAttributes, required
      - `analysisEntryId` string
      - `commentId` string
      - `createdAt` string, date-time, required
      - `requesterId` string, required
      - `retrospectiveId` string
      - `reviewerId` string, required
      - `state` 'waiting' | 'request_changes' | 'approved', required
      - `updatedAt` string, date-time, required
    - `id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error
- `501` — Not Implemented

## Changes

- **2026-09-11** (v1) `ed03dea25301` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rezible/apis/rezible-api/changes/reviews/:id/patch.md)

---

[API](https://skmtc.dev/rezible/apis/rezible-api.md) · [All operations](https://skmtc.dev/rezible/apis/rezible-api/llms.txt) · [OpenAPI document](https://skmtc.dev/rezible/apis/rezible-api/revisions/b1e1da7c37c7?raw)
