When updating variables, the entire array of custom variables will be replaced with the one you provide. System variables (time, start_time, end_time, source) are preserved.
Explore documentation
Update a dashboard
Updates an existing dashboard by its ID. You only need to provide the fields you want to change.
URL parameters
The unique identifier of the dashboard to update.
Headers
Bearer $TOKEN
Body parameters
A new name for the dashboard.
A new dashboard group ID. Use 0 or null to remove from a group.
A new refresh interval in seconds.
A new start for the dashboard's date range.
A new end for the dashboard's date range.
A new SQL filter for source eligibility.
An array of variable objects to replace the existing custom variables.
The dashboard was updated successfully.
Response body
A dashboard with the specified ID was not found.
Example Request