Update a memory store
$ ant beta:memory-stores updatePOST/v1/memory_stores/{memory_store_id}
Update a memory store
Parameters
Header param: Optional header to specify the beta version(s) you want to use.
Returns
Update a memory store
ant beta:memory-stores update \
--api-key my-anthropic-api-key \
--memory-store-id memory_store_id{
"id": "id",
"created_at": "2019-12-27T18:11:19.117Z",
"name": "name",
"type": "memory_store",
"updated_at": "2019-12-27T18:11:19.117Z",
"archived_at": "2019-12-27T18:11:19.117Z",
"description": "description",
"metadata": {
"foo": "string"
}
}Returns Examples
{
"id": "id",
"created_at": "2019-12-27T18:11:19.117Z",
"name": "name",
"type": "memory_store",
"updated_at": "2019-12-27T18:11:19.117Z",
"archived_at": "2019-12-27T18:11:19.117Z",
"description": "description",
"metadata": {
"foo": "string"
}
}