Dashboard filters
Update dashboard filters/controls
PATCH
Updates filter and/or control values on a dashboard. Allows setting or resetting values for specific filters/controls by ID.
Updates to published dashboards go through a draft/publish workflow. If a draft already exists for the dashboard, you must set
clearExistingDraft: true to discard it and proceed with the update.Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
The dashboard identifier
Query Parameters
Requires an Organization API key. Membership ID to act on behalf of.
Personal Access Tokens (PATs) cannot use this parameter.
Body
application/json
Request body for updating dashboard filters and controls. At least one of filters, controls, or filterOrder must be provided with at least one entry.