Arsipkan memory store
POST/v1/memory_stores/{memory_store_id}/archive
Arsipkan memory store
Parameters
Returns
Arsipkan memory store
MemoryStoreArchiveParams parameters = new()
{
MemoryStoreID = "memory_store_id"
};
var betaManagedAgentsMemoryStore = await client.Beta.MemoryStores.Archive(parameters);
Console.WriteLine(betaManagedAgentsMemoryStore);Response 200
{
"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
Response 200
{
"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"
}
}