Nico Fricke 6bbe4ea6ae feat: oidc login (#5)
Co-authored-by: Nico Fricke <nfricke@eos-uptrade.de>
Reviewed-on: #5
Co-authored-by: Nico Fricke <nico@nifni.net>
Co-committed-by: Nico Fricke <nico@nifni.net>
2025-01-22 19:40:01 +01:00

21 lines
238 B
Plaintext

meta {
name: Get Files
type: http
seq: 3
}
get {
url: {{casket_host}}/api/v1/user/{{user_id}}/files?path=&nesting=5
body: none
auth: bearer
}
params:query {
path:
nesting: 5
}
auth:bearer {
token: {{access_token}}
}