When updating queries, the entire array will be replaced with the one you provide. Partial updates to queries are not supported.
Explore documentation
Update a chart
Updates an existing chart by its ID. You only need to provide the fields you want to change.
URL parameters
The unique identifier of the dashboard.
The unique identifier of the chart to update.
Headers
Bearer $TOKEN
Body parameters
A new name for the chart.
A new type for the chart. The new type must be compatible with the chart's existing queries.
A new array of query objects to replace the existing ones.
A new horizontal position.
A new vertical position.
A new width in grid units.
A new height in grid units.
The chart was updated successfully.
Response body
The specified dashboard or chart was not found.
Example Request