bruno/memori-backend/MemoriList/Gets a list of Memori objects owned by the specified user-.bru

21 lines
299 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
meta {
name: Gets a list of Memori objects owned by the specified user-
type: http
seq: 9
}
get {
url: https://backend.memori.ai/api/v2/UserMemoriByID/{tenantName}/{strUserID}/{strToken}
body: none
auth: none
}
params:query {
~strToken:
}
params:path {
tenantName:
strUserID:
}