---
title: "PUT /v1/batch/"
method: PUT
path: "/v1/batch/"
tags: ["memories"]
---

# PUT /v1/batch/

`PUT /v1/batch/`

Batch update multiple memories (up to 1000) in a single API call.

## Request body

- object
  - `memories` object[], required
    - `memory_id` string, uuid, required — The unique identifier of the memory to update
    - `text` string, required — The new text content for the memory

## Response `200`

Successfully updated memories

- object
  - `message` string

## Other responses

- `400` — Bad Request

---

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