Files
image-storage/docs/api/images/upload new image.yml
2026-03-16 21:45:39 +03:00

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