Update filter
The token name itself comes from widget SQL and cannot be changed here. Switching filter_type to dropdown requires dropdown_options.
Path parameters
org_id
Organization ID
workspace_id
Workspace ID
board_id
filter_id
Headers
X-API-Key
Your workspace API key.
Request
This endpoint expects an object.
display_label
New label
filter_type
New declared value type
default_value
New default; send null to require an explicit value
dropdown_options
Replacement options. Required when changing filter_type to dropdown.
Response
Successful Response
filter_id
Identifier of the updated filter
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error