/api/dashboard
PUT /api/dashboard/{id}/cards
(DEPRECATED -- Use the PUT /api/dashboard/:id endpoint instead.) Update Cards and Tabs on a Dashboard. Request body should have the form:
{:cards [{:id ... ; DashboardCard ID
:size_x ...
:size_y ...
:row ...
:col ...
:parameter_mappings ...
:series [{:id 123
...}]}
...]
:tabs [{:id ... ; DashboardTab ID
:name ...}]}
put/api/dashboard/{id}/cards
Path parameters
idinteger required
value must be an integer greater than zero.
Request body
Response
Successful response