bruno/memori-backend/MemoriList/Gets a list of Memori objects owned by the specified user-.bru
2024-07-16 11:15:30 +03:00

21 lines
299 B
Plaintext

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:
}