PUT /rest/api/2/dashboard/{id}
Updates a dashboard, replacing all the dashboard details with those provided.
Permissions required: None
The dashboard to be updated must be owned by the user.
Servers
- https://your-domain.atlassian.net
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
String | Yes |
The ID of the dashboard to update. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
extendAdminPermissions |
Boolean | No |
Whether admin level permissions are used. It should only be true if the user has Administer Jira global permission Default value: false |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
editPermissions[] |
Array | Yes |
The edit permissions for the dashboard. |
editPermissions[].id |
Integer | No |
The unique identifier of the share permission. |
editPermissions[].type |
String | Yes |
The type of share permission:
Possible values:
|
name |
String | Yes |
The name of the dashboard. |
description |
String | No |
The description of the dashboard. |
sharePermissions[] |
Array | Yes |
The share permissions for the dashboard. |
sharePermissions[].id |
Integer | No |
The unique identifier of the share permission. |
sharePermissions[].type |
String | Yes |
The type of share permission:
Possible values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.