Skip to main content
PATCH
Resolution codes with how often each has actually been chosen.

Headers

Prefer
enum<string>

Preference

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

Query Parameters

id
string
code
string
name
string
requires_notes
string
indicates_no_fault_found
string
is_active
string
times_used
string
last_used_at
string
row_version
string

Body

work_resolution_settings

Resolution codes with how often each has actually been chosen.

A code nobody uses is a code to retire, and no form can tell you which.

code
string<character varying>
Maximum string length: 60
id
string<uuid>

Note: This is a Primary Key.

indicates_no_fault_found
boolean<boolean>
is_active
boolean<boolean>
last_used_at
string<timestamp with time zone>
name
string<character varying>
Maximum string length: 200
requires_notes
boolean<boolean>
row_version
integer<int64>
times_used
integer<int64>

Response

204

No Content