v4

latestOpenAPI 3.1.02026-08-019681,1012.0 MB
custom_dashboards

Update Widget

put/custom_dashboards/{dashboard_id}/widgets/{widget_id}

Path parameters

dashboard_idstring uuid4 required
widget_idstring uuid4 required

Request body

namestring nullable
descriptionstring nullable
type'bar_chart' | 'line_chart' | 'number' | 'table'
datasetobject[] nullable
metricstring nullable
aggregation'Count' | 'Sum' | 'Average' | 'Min' | 'Max' | 'P50' | 'P90' | 'P95' | 'P99' | 'PercentageFalse' | 'PercentageTrue'
section_idstring uuid4 nullable
analysis_mode'compare' | 'combine'

Response

Successful Response

idstring uuid4 required
namestring required
descriptionstring nullable
type'bar_chart' | 'line_chart' | 'number' | 'table' required
datasetobject[] nullable
metricstring required
aggregation'Count' | 'Sum' | 'Average' | 'Min' | 'Max' | 'P50' | 'P90' | 'P95' | 'P99' | 'PercentageFalse' | 'PercentageTrue' required
section_idstring uuid4 nullable
analysis_mode'compare' | 'combine'