Skip to main content
PATCH
Inspection types. is_regulatory marks the ones a regulator asks to see.

Headers

Prefer
enum<string>

Preference

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

Query Parameters

id
string
code
string
name
string
is_regulatory
string
requires_signature
string
failure_creates_work_order
string
sort_order
string
is_active
string
templates
string
inspections
string
row_version
string

Body

inspection_type_settings

Inspection types. is_regulatory marks the ones a regulator asks to see.

The other two flags are defaults a template inherits.

code
string<character varying>
Maximum string length: 40
failure_creates_work_order
boolean<boolean>
id
string<uuid>

Note: This is a Primary Key.

inspections
integer<bigint>
is_active
boolean<boolean>
is_regulatory
boolean<boolean>
name
string<character varying>
Maximum string length: 150
requires_signature
boolean<boolean>
row_version
integer<bigint>
sort_order
integer<integer>
templates
integer<bigint>

Response

204

No Content