Last updated 29 days ago
Was this helpful?
5
GET /memory?collection_name=text&query=text HTTP/1.1 Host: correlation-id: text Accept: */*
Successful Response
{ "results": [ {} ] }
POST /memory HTTP/1.1 Host: correlation-id: text Content-Type: application/json Accept: */* Content-Length: 36 { "collection_name": "text", "data": {} }
{ "message": "text" }
PATCH /memory HTTP/1.1 Host: correlation-id: text Content-Type: application/json Accept: */* Content-Length: 36 { "collection_name": "text", "data": {} }
DELETE /memory HTTP/1.1 Host: correlation-id: text Content-Type: application/json Accept: */* Content-Length: 46 { "collection_name": "text", "match_criteria": {} }