Skip to content

Commit

Permalink
Merge pull request #389 from Backendless/dvakuliuk/DASH-363
Browse files Browse the repository at this point in the history
[DASH-363] Apply layout type for all dashboards
  • Loading branch information
v-excelsior authored Jun 5, 2024
2 parents 439f68e + 608f06b commit 44f695e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/data-to-visualize.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ export default req => ({
return req.put(routes.dashboard(appId, dashboardId), changes)
},

updateDashboards(appId, changes) {
return req.put(routes.dashboards(appId), changes)
},

updateDashboardSettings(appId, dashboardId, settings) {
return req.put(routes.dashboardSettings(appId, dashboardId), settings)
},
Expand Down

0 comments on commit 44f695e

Please sign in to comment.