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.

updatedashboard
PUT/rest/api/3/dashboard/{id}
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.

Parameters

required

The ID of the dashboard to update.

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)

Input

The description of the dashboard.

required

The edit permissions for the dashboard.

required

The name of the dashboard.

required

The share permissions for the dashboard.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.updatedashboard({
  "extendAdminPermissions": false
})