Update Dashboard
PUT {{baseUrl}}/rest/api/3/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.
Request Body
{"name"=>"<string>", "sharePermissions"=>[{"type"=>"<string>", "project"=>{"id"=>"<string>", "email"=>"<string>", "favourite"=>"<boolean>"}, "role"=>{"name"=>"<string>", "translatedName"=>"<string>", "currentUserRole"=>"<boolean>"}, "group"=>{"name"=>"<string>"}}, {"type"=>"<string>", "project"=>{"id"=>"<string>", "email"=>"<string>", "favourite"=>"<boolean>"}, "role"=>{"name"=>"<string>", "translatedName"=>"<string>", "currentUserRole"=>"<boolean>"}, "group"=>{"name"=>"<string>"}}], "description"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"id":"10000","isFavourite":false,"name":"System Dashboard","popularity":1,"self":"https://your-domain.atlassian.net/rest/api/3/dashboard/10000","sharePermissions":[{"type":"global"}],"view":"https://your-domain.atlassian.net/secure/Dashboard.jspa?selectPageId=10000"}