Skip to content

Commit

Permalink
chore: linkedLicenses collection permission (Check with Owen whether …
Browse files Browse the repository at this point in the history
…to include that in permission group or not)
  • Loading branch information
EthanFreestone committed Sep 25, 2024
1 parent a6fa563 commit ea47b5b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion service/src/main/okapi/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
],
"pathPattern": "/erm/sas/linkedLicenses",
"permissionsRequired": [
"erm.agreements.linkedLicenses.get"
"erm.linkedLicenses.collection.get"
]
},
{
Expand Down Expand Up @@ -1110,6 +1110,11 @@
"displayName": "Agreements linked licenses get",
"description": "Get the linked licenses for an agreement"
},
{
"permissionName": "erm.linkedLicenses.collection.get",
"displayName": "Linked licenses collection get",
"description": "Get collection of linked license records"
},
{
"permissionName": "erm.agreements.usageDataProviders.collection.get",
"displayName": "Agreements usage data providers collection get",
Expand Down

0 comments on commit ea47b5b

Please sign in to comment.