provider Dashboards PUT
/rest/api/3/dashboard/{id} @utdk/jira
/rest/api/3/dashboard/{id} Update dashboard
Updates a dashboard, replacing all the dashboard details with those provided.
**[Permissions](#permissions) required:** None
The dashboard to be updated must be owned by the user.
- id path required
- The ID of the dashboard to update.
- string
- extendAdminPermissions query
- Whether admin level permissions are used. It should only be true if the user has *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg)
- boolean
Try it
Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.updatedashboard({
"extendAdminPermissions": false
})