Skip to main content
PATCH
Tool statuses.

Headers

Prefer
enum<string>

Preference

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

Query Parameters

id
string
code
string
name
string
color
string
is_available_for_booking
string
is_terminal
string
sort_order
string
is_active
string
tools
string
row_version
string

Body

tool_status_settings

Tool statuses.

is_available_for_booking is what conflict detection reads when deciding whether an instrument can be reserved at all.

code
string<character varying>
Maximum string length: 40
color
string<character varying>
Maximum string length: 20
id
string<uuid>

Note: This is a Primary Key.

is_active
boolean<boolean>
is_available_for_booking
boolean<boolean>
is_terminal
boolean<boolean>
name
string<character varying>
Maximum string length: 150
row_version
integer<bigint>
sort_order
integer<integer>
tools
integer<bigint>

Response

204

No Content