POST /api/v1/cloud/memory_stores/{memory_store_id}
Updates a memory store. All fields are optional; omitted fields are preserved.
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <PAT> |
Content-Type | Yes | application/json |
Path parameters
| Parameter | Description |
|---|---|
memory_store_id | The store ID (memstore_...) |
Request body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | No | New name, 1–255 characters, no control characters |
description | string | No | New description, up to 1024 characters. Pass empty string to clear |
metadata | object | No | Metadata patch. Set a key to a string to upsert, or to null to delete. Omit to preserve |