bruno/memori-backend/Memori/Gets the details of a Memori object by tenant name and user and Memori IDs-.bru

22 lines
341 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
meta {
name: Gets the details of a Memori object by tenant name and user and Memori IDs-
type: http
seq: 2
}
get {
url: https://backend.memori.ai/api/v2/MemoriByID/{tenantName}/{strUserID}/{strMemoriID}/{strToken}
body: none
auth: none
}
params:query {
~strToken:
}
params:path {
tenantName:
strUserID:
strMemoriID:
}