bruno/memori-backend/MemoriList/Gets a list of all Memori objects.bru
2025-03-26 16:08:31 +02:00

16 lines
186 B
Plaintext

meta {
name: Gets a list of all Memori objects.
type: http
seq: 10
}
get {
url: {{baseUrl}}/api/v2/AllMemori/:strToken
body: none
auth: none
}
params:path {
strToken:
}