---
title: "Update Memory"
method: PATCH
path: "/datamates/memory/{memory_id}"
tags: ["MEMORY"]
deprecated: true
---

# Update Memory

`PATCH /datamates/memory/{memory_id}`

> **Deprecated.**

Update an existing memory in the system.

## Path parameters

- `memory_id` string, required

## Request body

- object

## Response `200`

Successful Response

- MemoryResponse
  - `message` string, required

## Other responses

- `400` — Invalid request
- `403` — Forbidden
- `404` — Memory not found
- `422` — Validation Error

---

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