---
title: "Put User Confirmed Project Memory"
method: PUT
path: "/api/project-memory/projects/{project_id}/{slug}/user-confirmed"
---

# Put User Confirmed Project Memory

`PUT /api/project-memory/projects/{project_id}/{slug}/user-confirmed`

Persist an explicit edit made in the interactive Project PI editor.

This route is intentionally unavailable to process tokens.  A click on
``Save`` in the PI editor is already the user's review decision, so making
the user review the same edit a second time is both confusing and lossy.
AI/session-derived changes continue to use ``memory_proposals`` and cannot
reach this endpoint.

## Path parameters

- `project_id` string, required
- `slug` string, 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)
