Skip to main content
Update dashboard filter

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_slug
string
required

URL-friendly workspace identifier

Example:

"acme"

dashboard_id
string<uuid>
required
Example:

"550e8400-e29b-41d4-a716-446655440000"

filter_id
string<uuid>
required
Example:

"550e8400-e29b-41d4-a716-446655440000"

Body

application/json
label
string
active
boolean
default
boolean
plugin
string | null
groups
object
fields
object
options
object
columns
object
default_values
object

Response

Updated dashboard filter

Last modified on July 23, 2026