Update a filter definition
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
The updated variable name of the filter definition. Can be omitted
The updated label of the filter definition. Can be omitted
The updated type of the filter definition. Can be omitted
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
The updated FilterDefinition object
The ID of the filter definition
The label of the filter definition
The variable name of the filter definition
The type of the filter definition
select, text, number, boolean, datetime, currency, array_of_known Whether the filter definition is enabled
The options for the select dropdown