generated from tsivinsky/go-template
22 lines
346 B
YAML
22 lines
346 B
YAML
info:
|
|
name: upload new image
|
|
type: http
|
|
seq: 1
|
|
|
|
http:
|
|
method: POST
|
|
url: "{{base_url}}/api/images"
|
|
body:
|
|
type: file
|
|
data:
|
|
- filePath: /home/daniil/Pictures/glizzy.png
|
|
contentType: image/png
|
|
selected: true
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|