Memory Stores
Update a specific memory
Updates the details of a specific memory.
PATCH
Update a specific memory
Related guide: Memory stores guide. See the Memory stores guide for a walkthrough with examples.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Memory successfully updated.
Customer provided entity ID for the memory. This is used to link the memory to a specific user/company/session/etc. Has to be unique within the memory store.
Required string length:
1 - 64Pattern:
^[A-Za-z0-9]+(?:[_-][A-Za-z0-9]+)*$The number of memories in the entity
Unique identifier for the memory. This is automatically generated by the system.
Present on update responses in the live TypeScript implementation even though the legacy generated OpenAPI schema omitted it.