---
title: "Update Participant Review"
method: PATCH
path: "/v1/interview/session/{session_id}/review"
tags: ["interview-review"]
---

# Update Participant Review

`PATCH /v1/interview/session/{session_id}/review`

Overwrite summary and/or insights with the participant's edits.

The edits are THE data: they replace ``summary`` and the findings source
field directly. Only allowed while the conversation is pending review.

## Path parameters

- `session_id` string, required

## Query parameters

- `token` string, nullable

## Request body

- ReviewUpdateIn
  - `summary` string, nullable
  - `insights` string[], nullable
  - `wants_result_summary` boolean, nullable

## Response `200`

Successful Response

- ReviewOut
  - `status` 'generating' | 'ready' | 'submitted', required
  - `summary` string, nullable, required
  - `insights` string[], required
  - `can_resume` boolean, required
  - `result_summary_opt_in_available` boolean, required
  - `wants_result_summary` boolean, required
  - `language` string, required

## Other responses

- `422` — Validation Error

---

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