---
title: "Approve Conversation Review"
method: POST
path: "/v1/conversation-reviews/{review_id}/approve"
tags: ["Conversation Reviews"]
---

# Approve Conversation Review

`POST /v1/conversation-reviews/{review_id}/approve`

Approve a review suggestion — adds the rule to the specified agent's feedback learnings.

## Path parameters

- `review_id` string, required

## Request body

- ApproveReviewRequest
  - `agent_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/revisions/23d1ff06d0d0/schema)
