25 lines
407 B
YAML
25 lines
407 B
YAML
info:
|
|
name: Export Label SVG
|
|
type: http
|
|
seq: 7
|
|
|
|
http:
|
|
method: GET
|
|
url: "{{base_url}}/api/v1/filaments/{{filament_id}}/label.svg"
|
|
params:
|
|
- name: width_mm
|
|
value: "80"
|
|
enabled: true
|
|
- name: height_mm
|
|
value: "30"
|
|
enabled: true
|
|
auth:
|
|
type: bearer
|
|
token: "{{access_token}}"
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|