Updates a specific Memory.
Try it now
Test
RAM authorization
Request syntax
PUT /workspace/{workspace}/memorystore/{memoryStoreName}/memory/{memoryId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| workspace |
string |
Yes |
The name of the Workspace. |
workspace-test |
| memoryStoreName |
string |
Yes |
The name of the Memory Store. |
test-memory-store |
| memoryId |
string |
Yes |
The ID of the Memory. |
019ca1e5-7307-7d50-b943-5e628326a8ed |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The Request Body. |
|
| metadata |
object |
No |
The metadata of the Memory. |
{"sessionId":"test_session_001"} |
| text |
string |
No |
The new text for the Memory. |
Likes to play tennis on weekends |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The Response Data. |
||
| requestId |
string |
The unique ID of the request. |
3B311FD9-A60B-55E0-A896-A0C73********* |
Examples
Success response
JSON format
{
"requestId": "3B311FD9-A60B-55E0-A896-A0C73*********"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.