Skip to content

Commit

Permalink
Merge pull request #217 from adtanase-adobe/release-2022.6.0
Browse files Browse the repository at this point in the history
Cloud Manager 2022.6.0 API Docs
  • Loading branch information
bohnertchris authored Jun 27, 2022
2 parents 88368c6 + ecda560 commit 97566a3
Show file tree
Hide file tree
Showing 2 changed files with 728 additions and 50 deletions.
18 changes: 18 additions & 0 deletions src/data/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,5 +210,23 @@
"method": "GET",
"path":"/api/program/{programId}/environment/{environmentId}/logs/download"

},
{
"operation": "restoreExecution",
"profiles" : "Deployment Manager",
"method": "PUT",
"path":"/api/program/{programId}/environment/{environmentId}/restoreExecution"
},
{
"operation": "getNewRelicSubAccountUserList",
"profiles" : "Deployment Manager, Business Owner",
"method": "GET",
"path":"/api/program/{programId}/newRelicUsers"
},
{
"operation": "createDeleteNewRelicSubAccountUsers",
"profiles" : "Deployment Manager, Business Owner",
"method": "PATCH",
"path":"/api/program/{programId}/newRelicUsers"
}
]
Loading

0 comments on commit 97566a3

Please sign in to comment.