Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The ID of the filter definition
Body
application/json
The updated label of the filter definition. Can be omitted
The updated type of the filter definition. Can be omitted
Available options:
select
, text
, number
, boolean
, date
, datetime
, currency
, array_of_known
The updated options of the filter definition. Can be omitted. Will wholly replace the existing options
Response
200 - application/json
The updated FilterDefinition
object
The ID of the filter definition
The label of the filter definition
The type of the filter definition
Available options:
select
, text
, number
, boolean
, date
, datetime
, currency
, array_of_known
The options for the select dropdown