Update memory context data
This endpoint updates memory context data.
Request body
Response
Memory context updated successfully
Example response
{
"success": true,
"memory_id": "support-thread-TCK-1234",
"updated_entries": 2
}Changes
Changed in 4 of the 29 revisions of this API.3113
- ▲
added the new required request property
sessionIdnew-required-request-property
- ●
removed the request property
memoryIdrequest-property-removed
- ▲
- ▲
the request property
contentsbecame requiredrequest-property-became-required
- ▲
the request property
memoryIdbecame requiredrequest-property-became-required
- ○
added the new optional request property
contents/items/createdAtnew-optional-request-property
- ○
added the new optional request property
contents/items/idnew-optional-request-property
- ○
added the new optional request property
contents/items/metadatanew-optional-request-property
- ○
added the new optional request property
contents/items/rolenew-optional-request-property
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○
added the media type
application/jsonfor the response with the status400response-media-type-added
- ○
added the media type
application/jsonfor the response with the status401response-media-type-added
- ○
added the media type
application/jsonfor the response with the status402response-media-type-added
- ○
added the media type
application/jsonfor the response with the status403response-media-type-added
- ○
added the media type
application/jsonfor the response with the status404response-media-type-added
- ○
added the media type
application/jsonfor the response with the status500response-media-type-added
- ▲
- ○
api operation id
updateContextAsMemorywas addedapi-operation-id-added
- ○
- ○
endpoint added
endpoint-added
- ○