bruno/memori-backend/Asset/Gets a list of Asset objects owned the currently logged in User.bru

16 lines
212 B
Plaintext
Raw Permalink Normal View History

2025-03-26 15:08:31 +01:00
meta {
name: Gets a list of Asset objects owned the currently logged in User.
type: http
seq: 3
}
get {
url: {{baseUrl}}/api/v2/Assets/:strToken
body: none
auth: none
}
params:path {
strToken:
}