---
title: "Updates a review object (accessible to Secretariat only)"
method: PUT
path: "/review/{uuid}"
tags: ["Review Object"]
---

# Updates a review object (accessible to Secretariat only)

`PUT /review/{uuid}`

<h2>Access Control</h2>  <p>User must belong to an organization with the <b>Secretariat</b> role</p>

## Path parameters

- `uuid` string, required

## Headers

- `CVE-API-ORG` string, required
- `CVE-API-USER` string, required
- `CVE-API-KEY` string, required

## Request body

- object — The updated review data

## Response `200`

Returns the updated review object

- ReviewJson — unresolved $ref

## Other responses

- `400` — Bad Request
- `401` — Not Authenticated
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-03-02** `65fc2c301d00` — 1 info
  - endpoint added
- **2025-09-19** `efebaec5edf0` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/cveproject/apis/cve-services-api/changes/review/:uuid/put.md)

---

[API](https://skmtc.dev/cveproject/apis/cve-services-api.md) · [All operations](https://skmtc.dev/cveproject/apis/cve-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cveproject/cve-services-api/revisions/a0323331d921/schema)
