bruno/memori-backend/MemoriList/Gets a list of Memori objects shared with the currently logged in User.bru
2025-03-26 16:08:31 +02:00

16 lines
225 B
Plaintext

meta {
name: Gets a list of Memori objects shared with the currently logged in User.
type: http
seq: 7
}
get {
url: {{baseUrl}}/api/v2/SharedMemori/:strToken
body: none
auth: none
}
params:path {
strToken:
}