Skip to main content
PATCH
Where requests arrive from, with how many came by each route.

Headers

Prefer
enum<string>

Preference

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

Query Parameters

id
string
code
string
name
string
is_self_service
string
is_automated
string
is_active
string
requests
string
row_version
string

Body

request_source_settings

Where requests arrive from, with how many came by each route.

is_self_service and is_automated separate a person typing into the portal from a sensor raising its own.

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

Note: This is a Primary Key.

is_active
boolean<boolean>
is_automated
boolean<boolean>
is_self_service
boolean<boolean>
name
string<character varying>
Maximum string length: 150
requests
integer<bigint>
row_version
integer<bigint>

Response

204

No Content