---
title: "Changes to Update Dashboard"
method: PUT
path: "/api/v2/dashboards/{id}"
---

# Changes to Update Dashboard

`PUT /api/v2/dashboards/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 30 of 60 revisions.

- **2026-08-26** `3399efdca551` — 4 breaking, 3 warning, 1 info
- **2026-08-21** `657a080bc547` — 14 info
- **2026-08-19** `f6841a440c38` — 6 info
- **2026-08-07** `19ec53ae02e0` — 4 breaking, 4 info
- **2026-08-04** `75cd108f32f7` — 4 info
- **2026-07-10** `b548b53bdc94` — 4 info
- **2026-07-09** `d3f0d5ec527e` — 1 breaking, 5 info
- **2026-07-08** `3f2f1a8cf0bc` — 1 breaking, 3 info
- **2026-06-26** `323ca5de75e7` — 2 breaking, 6 info
- **2026-06-25** `518cd93ae757` — 2 info
- **2026-06-10** `9715a9d8d70f` — 6 info
- **2026-06-04** `ab54dc4ba52c` — 4 info
- **2026-05-26** `a68eca8c35ee` — 2 info
- **2026-05-12** `e57f51441fb7` — 1 breaking, 3 info
- **2026-05-12** `0e9ce65c3a71` — 4 info
- **2026-05-12** `245c630e3cd5` — 10 warning, 23 info
- **2026-05-11** `5886aa8eb7e9` — 6 info
- **2026-04-23** `f70c99363492` — 2 info
- **2026-04-02** `daae69185f05` — 20 warning, 49 info
- **2026-03-24** `85d8f872543c` — 4 info
- **2026-03-18** `675f3be7c2a1` — 10 info
- **2026-03-11** `adeb03f9aaee` — 30 breaking, 53 warning, 15 info
- **2026-03-04** `5dd37daf8c9f` — 6 info
- **2026-02-23** `1a98071f39d8` — 1 breaking, 3 info
- **2026-02-20** `13cad9d7c34c` — 1 breaking, 1 warning, 5 info
- **2026-02-19** `defc8c0a5046` — 4 breaking, 4 info
- **2026-02-12** `ca7f63e15766` — 2 info
- **2026-02-11** `50f295ac37bd` — 3 breaking
- **2026-02-02** `e856dc2f1417` — 1 breaking, 4 warning, 1 info
- **2026-01-30** `ed852374c451` — 3 breaking, 8 warning, 5 info

## Changes

- **2026-08-26** `3399efdca551` — 4 breaking, 3 warning, 1 info
  - the `savedFilterValues/items/` request property type/format changed from `object`/`` to ``/``
  - added `#/components/schemas/SqlSavedFilterValue, #/components/schemas/VariableSavedFilterValue` to the `data/allOf[#/components/schemas/Dashboard]/savedFilterValues/items/` response property `oneOf` list for the response status `200`
  - the `data/allOf[#/components/schemas/Dashboard]/savedFilterValues/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `data/allOf[#/components/schemas/Dashboard]/savedFilterValues/items/condition` from the response with the `200` status
  - removed the request property `savedFilterValues/items/condition`
  - removed the request property `savedFilterValues/items/type`
  - removed the optional property `data/allOf[#/components/schemas/Dashboard]/savedFilterValues/items/type` from the response with the `200` status
  - added `#/components/schemas/SqlSavedFilterValue, #/components/schemas/VariableSavedFilterValue` to the `savedFilterValues/items/` request property `oneOf` list
- **2026-08-21** `657a080bc547` — 14 info
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/formulas`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/showOperandSeries`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/formulas`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/showOperandSeries`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/formulas`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/formulas`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/showOperandSeries`
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/formulas` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/showOperandSeries` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/formulas` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/showOperandSeries` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/formulas` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/formulas` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/showOperandSeries` to the response with the `200` status
- **2026-08-19** `f6841a440c38` — 6 info
  - added the new optional request property `filters/items/allOf[#/components/schemas/FilterInput]/isBroadcastEnabled`
  - added the new optional request property `filters/items/allOf[#/components/schemas/FilterInput]/isVariableEnabled`
  - added the new optional request property `filters/items/allOf[#/components/schemas/FilterInput]/variableName`
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/filters/items/allOf[#/components/schemas/FilterInput]/isBroadcastEnabled` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/filters/items/allOf[#/components/schemas/FilterInput]/isVariableEnabled` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/filters/items/allOf[#/components/schemas/FilterInput]/variableName` to the response with the `200` status
- **2026-08-07** `19ec53ae02e0` — 4 breaking, 4 info
  - the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/seriesLimit` response property's min was decreased from `1.00` to `0.00` for the response status `200`
  - the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/CategoricalBarChartConfig]/oneOf[#/components/schemas/CategoricalBarBuilderChartConfig]/limit` response property's min was decreased from `1.00` to `0.00` for the response status `200`
  - the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/seriesLimit` response property's min was decreased from `1.00` to `0.00` for the response status `200`
  - the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieBuilderChartConfig]/limit` response property's min was decreased from `1.00` to `0.00` for the response status `200`
  - the `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/seriesLimit` request property's min was decreased from `1.00` to `0.00`
  - the `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/CategoricalBarChartConfig]/oneOf[#/components/schemas/CategoricalBarBuilderChartConfig]/limit` request property's min was decreased from `1.00` to `0.00`
  - the `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/seriesLimit` request property's min was decreased from `1.00` to `0.00`
  - the `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieBuilderChartConfig]/limit` request property's min was decreased from `1.00` to `0.00`
- **2026-08-04** `75cd108f32f7` — 4 info
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/seriesLimit`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/seriesLimit`
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/seriesLimit` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/seriesLimit` to the response with the `200` status
- **2026-07-10** `b548b53bdc94` — 4 info
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/CategoricalBarChartConfig]/oneOf[#/components/schemas/CategoricalBarBuilderChartConfig]/orderBy`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieBuilderChartConfig]/orderBy`
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/CategoricalBarChartConfig]/oneOf[#/components/schemas/CategoricalBarBuilderChartConfig]/orderBy` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieBuilderChartConfig]/orderBy` to the response with the `200` status
- **2026-07-09** `d3f0d5ec527e` — 1 breaking, 5 info
  - added `#/components/schemas/CategoricalBarChartConfig` to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config` response property `oneOf` list for the response status `200`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieBuilderChartConfig]/limit`
  - added `bar` discriminator mapping keys to the `tiles/items/allOf[#/components/schemas/TileBase]/config` request property
  - added `#/components/schemas/CategoricalBarChartConfig` to the `tiles/items/allOf[#/components/schemas/TileBase]/config` request property `oneOf` list
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieBuilderChartConfig]/limit` to the response with the `200` status
  - added `bar` discriminator mapping keys to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config` response property for the response status `200`
- **2026-07-08** `3f2f1a8cf0bc` — 1 breaking, 3 info
  - added `#/components/schemas/EventPatternsChartConfig` to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config` response property `oneOf` list for the response status `200`
  - added `event_patterns` discriminator mapping keys to the `tiles/items/allOf[#/components/schemas/TileBase]/config` request property
  - added `#/components/schemas/EventPatternsChartConfig` to the `tiles/items/allOf[#/components/schemas/TileBase]/config` request property `oneOf` list
  - added `event_patterns` discriminator mapping keys to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config` response property for the response status `200`
- **2026-06-26** `323ca5de75e7` — 2 breaking, 6 info
  - added `#/components/schemas/OnClickExternal` to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/onClick` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/OnClickExternal` to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableRawSqlChartConfig]/allOf[subschema #2]/onClick` response property `oneOf` list for the response status `200`
  - added `external` discriminator mapping keys to the `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/onClick` request property
  - added `external` discriminator mapping keys to the `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableRawSqlChartConfig]/allOf[subschema #2]/onClick` request property
  - added `#/components/schemas/OnClickExternal` to the `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/onClick` request property `oneOf` list
  - added `#/components/schemas/OnClickExternal` to the `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableRawSqlChartConfig]/allOf[subschema #2]/onClick` request property `oneOf` list
  - added `external` discriminator mapping keys to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/onClick` response property for the response status `200`
  - added `external` discriminator mapping keys to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableRawSqlChartConfig]/allOf[subschema #2]/onClick` response property for the response status `200`
- **2026-06-25** `518cd93ae757` — 2 info
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/backgroundChart`
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/backgroundChart` to the response with the `200` status
- **2026-06-10** `9715a9d8d70f` — 6 info
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/color`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/colorRules`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberRawSqlChartConfig]/allOf[subschema #2]/color`
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/color` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/colorRules` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberRawSqlChartConfig]/allOf[subschema #2]/color` to the response with the `200` status
- **2026-06-04** `ab54dc4ba52c` — 4 info
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/fitYAxisToData`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineRawSqlChartConfig]/allOf[subschema #2]/fitYAxisToData`
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/fitYAxisToData` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineRawSqlChartConfig]/allOf[subschema #2]/fitYAxisToData` to the response with the `200` status
- **2026-05-26** `a68eca8c35ee` — 2 info
  - added the new optional request property `filters/items/allOf[#/components/schemas/FilterInput]/appliesToSourceIds`
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/filters/items/allOf[#/components/schemas/FilterInput]/appliesToSourceIds` to the response with the `200` status
- **2026-05-12** `e57f51441fb7` — 1 breaking, 3 info
  - added `#/components/schemas/HeatmapChartConfig` to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config` response property `oneOf` list for the response status `200`
  - added `heatmap` discriminator mapping keys to the `tiles/items/allOf[#/components/schemas/TileBase]/config` request property
  - added `#/components/schemas/HeatmapChartConfig` to the `tiles/items/allOf[#/components/schemas/TileBase]/config` request property `oneOf` list
  - added `heatmap` discriminator mapping keys to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config` response property for the response status `200`
- **2026-05-12** `0e9ce65c3a71` — 4 info
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/onClick`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableRawSqlChartConfig]/allOf[subschema #2]/onClick`
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/onClick` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableRawSqlChartConfig]/allOf[subschema #2]/onClick` to the response with the `200` status
- **2026-05-12** `245c630e3cd5` — 10 warning, 23 info
  - added the new `duration` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `duration` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `duration` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `duration` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `duration` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `duration` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `duration` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `duration` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `duration` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `duration` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/select/items/numberFormat`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/select/items/numberFormat`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/select/items/numberFormat`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieBuilderChartConfig]/select/items/numberFormat`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/select/items/numberFormat`
  - added the new `duration` enum value to the request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/numberFormat/output`
  - added the new `duration` enum value to the request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output`
  - added the new `duration` enum value to the request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/numberFormat/output`
  - added the new `duration` enum value to the request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output`
  - added the new `duration` enum value to the request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/numberFormat/output`
  - added the new `duration` enum value to the request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output`
  - added the new `duration` enum value to the request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieBuilderChartConfig]/numberFormat/output`
  - added the new `duration` enum value to the request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output`
  - added the new `duration` enum value to the request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/numberFormat/output`
  - added the new `duration` enum value to the request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output`
  - added the new `duration` enum value to the request property `tiles/items/allOf[subschema #2]/series/items/oneOf[#/components/schemas/NumberChartSeries]/numberFormat/output`
  - added the new `duration` enum value to the request property `tiles/items/allOf[subschema #2]/series/items/oneOf[#/components/schemas/TableChartSeries]/numberFormat/output`
  - added the new `duration` enum value to the request property `tiles/items/allOf[subschema #2]/series/items/oneOf[#/components/schemas/TimeChartSeries]/numberFormat/output`
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/select/items/numberFormat` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/select/items/numberFormat` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/select/items/numberFormat` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieBuilderChartConfig]/select/items/numberFormat` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/select/items/numberFormat` to the response with the `200` status
- **2026-05-11** `5886aa8eb7e9` — 6 info
  - added the new optional request property `containers`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/containerId`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/tabId`
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/containers` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/containerId` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/tabId` to the response with the `200` status
- **2026-04-23** `f70c99363492` — 2 info
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/groupByColumnsOnLeft`
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/groupByColumnsOnLeft` to the response with the `200` status
- **2026-04-02** `daae69185f05` — 20 warning, 49 info
  - added the new `data_rate` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `data_rate` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `data_rate` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `data_rate` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `data_rate` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `data_rate` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `data_rate` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `data_rate` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `data_rate` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `data_rate` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `throughput` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `throughput` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `throughput` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `throughput` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `throughput` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `throughput` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `throughput` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `throughput` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new `throughput` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/numberFormat/output` response property for the response status `200`
  - added the new `throughput` enum value to the `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output` response property for the response status `200`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/numberFormat/numericUnit`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/numericUnit`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/numberFormat/numericUnit`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/numericUnit`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/numberFormat/numericUnit`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/numericUnit`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieBuilderChartConfig]/numberFormat/numericUnit`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/numericUnit`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableBuilderChartConfig]/numberFormat/numericUnit`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/numericUnit`
  - added the new optional request property `tiles/items/allOf[subschema #2]/series/items/oneOf[#/components/schemas/NumberChartSeries]/numberFormat/numericUnit`
  - added the new optional request property `tiles/items/allOf[subschema #2]/series/items/oneOf[#/components/schemas/TableChartSeries]/numberFormat/numericUnit`
  - added the new optional request property `tiles/items/allOf[subschema #2]/series/items/oneOf[#/components/schemas/TimeChartSeries]/numberFormat/numericUnit`
  - added the new `data_rate` enum value to the request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarBuilderChartConfig]/numberFormat/output`
  - added the new `data_rate` enum value to the request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output`
  - added the new `data_rate` enum value to the request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineBuilderChartConfig]/numberFormat/output`
  - added the new `data_rate` enum value to the request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output`
  - added the new `data_rate` enum value to the request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberBuilderChartConfig]/numberFormat/output`
  - added the new `data_rate` enum value to the request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/numberFormat/output`
  - added the new `data_rate` enum value to the request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieBuilderChartConfig]/numberFormat/output`
  - …29 more
- **2026-03-24** `85d8f872543c` — 4 info
  - added the new optional request property `filters/items/allOf[#/components/schemas/FilterInput]/where`
  - added the new optional request property `filters/items/allOf[#/components/schemas/FilterInput]/whereLanguage`
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/filters/items/allOf[#/components/schemas/FilterInput]/where` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/filters/items/allOf[#/components/schemas/FilterInput]/whereLanguage` to the response with the `200` status
- **2026-03-18** `675f3be7c2a1` — 10 info
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/sourceId`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/sourceId`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/sourceId`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/sourceId`
  - added the new optional request property `tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/sourceId`
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/BarChartConfig]/oneOf[#/components/schemas/BarRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/sourceId` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/LineChartConfig]/oneOf[#/components/schemas/LineRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/sourceId` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/NumberChartConfig]/oneOf[#/components/schemas/NumberRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/sourceId` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/PieChartConfig]/oneOf[#/components/schemas/PieRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/sourceId` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Dashboard]/tiles/items/allOf[#/components/schemas/TileBase]/config/oneOf[#/components/schemas/TableChartConfig]/oneOf[#/components/schemas/TableRawSqlChartConfig]/allOf[#/components/schemas/RawSqlChartConfigBase]/sourceId` to the response with the `200` status
- …earlier changes are on the page: https://skmtc.dev/hyperdxio/apis/hyperdx-external-api/changes/api/v2/dashboards/:id/put

---

[Operation](https://skmtc.dev/hyperdxio/apis/hyperdx-external-api/docs/api/v2/dashboards/:id/put.md) · [API](https://skmtc.dev/hyperdxio/apis/hyperdx-external-api.md) · [Page](https://skmtc.dev/hyperdxio/apis/hyperdx-external-api/changes/api/v2/dashboards/:id/put)
