We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aaea48 commit 55af585Copy full SHA for 55af585
permissions/new/permissions.json
@@ -3398,6 +3398,30 @@
3398
"paths": {
3399
"/backupRestore/restorePoints/search": "least=DelegatedWork,Application"
3400
}
3401
+ },
3402
+ {
3403
+ "schemeKeys": [
3404
+ "DelegatedWork",
3405
+ "Application"
3406
+ ],
3407
+ "methods": [
3408
+ "GET"
3409
3410
+ "paths": {
3411
+ "/solutions/backupRestore/restorePoints": "least=DelegatedWork,Application"
3412
+ }
3413
3414
3415
3416
3417
3418
3419
3420
+ "POST"
3421
3422
3423
+ "/solutions/backupRestore/restorePoints/search": "least=DelegatedWork,Application"
3424
3425
3426
],
3427
"ownerInfo": {
0 commit comments