Update Dashboard
Updates an existing dashboard.
Concurrency: This endpoint does not support optimistic concurrency control. Concurrent PUT requests for the same dashboard may silently overwrite each other, which can leave orphan tile-to-container references on layout-shape edits. Clients should serialize edits to a given dashboard.
承認
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
パスパラメータ
Dashboard ID
ボディ
Dashboard name.
1024"Updated Dashboard Name"
Full list of tiles for the dashboard. Existing tiles are matched by ID; tiles with an ID that does not match an existing tile will be assigned a new generated ID.
500Tags for organizing and filtering dashboards.
5032Dashboard filter keys on the dashboard, applied across all tiles
Optional default dashboard query to persist on the dashboard.
"service.name = 'api'"
Query language used by savedQuery.
sql, lucene "sql"
Optional default dashboard filter values to persist on the dashboard.
Optional grouping containers. Each tile may join a container via tile.containerId, and a tab inside it via tile.tabId.
50レスポンス
Successfully updated dashboard
The dashboard object.