Filter definitions

Update a filter definition

post/filter_definitions/{id}

Path parameters

idstring required

The ID of the filter definition

Request body

variable_namestring

The updated variable name of the filter definition. Can be omitted

labelstring

The updated label of the filter definition. Can be omitted

type'select' | 'text' | 'number' | 'boolean' | 'date' | 'datetime' | 'currency' | 'array_of_known'

The updated type of the filter definition. Can be omitted

Response

The updated FilterDefinition object

idstring required

The ID of the filter definition

labelstring required

The label of the filter definition

variable_namestring required

The variable name of the filter definition

type'select' | 'text' | 'number' | 'boolean' | 'datetime' | 'currency' | 'array_of_known' required

The type of the filter definition

enabledboolean required

Whether the filter definition is enabled

Changes

No recorded changes to this endpoint across all 1 revision of this API.