Files
b2b/bruno/b2b_daniel/storage/create-folder.yml
2026-04-02 13:52:50 +02:00

20 lines
317 B
YAML

info:
name: create-folder
type: http
seq: 1
http:
method: GET
url: http://localhost:3000/api/v1/restricted/storage/create-folder?name=folder
params:
- name: name
value: folder
type: query
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5