23 lines
380 B
YAML
23 lines
380 B
YAML
info:
|
|
name: upload-file
|
|
type: http
|
|
seq: 1
|
|
|
|
http:
|
|
method: POST
|
|
url: http://localhost:3000/api/v1/restricted/storage/upload-file/folder1/
|
|
body:
|
|
type: multipart-form
|
|
data:
|
|
- name: document
|
|
type: file
|
|
value:
|
|
- /home/daniel/TODO.txt
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|