---
title: "Approve Memory Proposal"
method: POST
path: "/api/memory/proposals/{proposal_id}/approve"
---

# Approve Memory Proposal

`POST /api/memory/proposals/{proposal_id}/approve`

Approve + apply one proposal atomically.

An interactive user may optionally submit ``edited_title`` and
``edited_body`` in the same request.  The reviewed text and the applied
text then commit in one transaction; process tokens may approve an
already-reviewed payload (for the confirmed PI-assistant flow) but cannot
rewrite it while approving.

## Path parameters

- `proposal_id` integer, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/a00b94573ffe/schema)
