Skip to main content
POST
Disable a filter definition

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The ID of the filter definition

Response

200 - application/json

The disabled FilterDefinition

id
string
required

The ID of the filter definition

label
string
required

The label of the filter definition

variable_name
string
required

The variable name of the filter definition

type
enum<string>
required

The type of the filter definition

Available options:
select,
text,
number,
boolean,
datetime,
currency,
array_of_known
enabled
boolean
required

Whether the filter definition is enabled

options
The Filter Definition Option object · object[]

The options for the select dropdown