Skip to main content
PATCH
The printers a run can be sent to, and what each of them can do.

Headers

Prefer
enum<string>

Preference

Available options:
return=representation,
return=minimal,
return=none

Query Parameters

id
string
code
string
name
string
location_note
string
printer_language
string
dpi
string
max_width_mm
string
supports_rfid
string
endpoint_url
string
can_receive_directly
string
is_default
string
is_active
string

Body

label_printers

The printers a run can be sent to, and what each of them can do.

can_receive_directly
boolean<boolean>
code
string<character varying>
Maximum string length: 60
dpi
integer<smallint>
endpoint_url
string<character varying>
Maximum string length: 500
id
string<uuid>

Note: This is a Primary Key.

is_active
boolean<boolean>
is_default
boolean<boolean>
location_note
string<character varying>
Maximum string length: 200
max_width_mm
number<numeric>
name
string<character varying>
Maximum string length: 150
printer_language
string<character varying>
Maximum string length: 20
supports_rfid
boolean<boolean>

Response

204

No Content