Skip to content

Commit

Permalink
chore: Added separate validate permission for subscription agreement …
Browse files Browse the repository at this point in the history
…property level endpoint
  • Loading branch information
EthanFreestone committed Sep 25, 2024
1 parent b1e9810 commit a3f3e02
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions service/src/main/okapi/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@
],
"pathPattern": "/erm/validate/subscriptionAgreement/*",
"permissionsRequired": [
"erm.agreements.validate"
"erm.agreements..property.validate"
]
},
{
Expand Down Expand Up @@ -1122,8 +1122,13 @@
},
{
"permissionName": "erm.agreements.validate",
"displayName": "Validate subscription agreement post",
"description": "Validate subscription agreement information"
"displayName": "Validate subscription agreement",
"description": "Validate a subscription agreement record"
},
{
"permissionName": "erm.agreements.property.validate",
"displayName": "Validate SubscriptionAgreement property",
"description": "Validate a property on a SubscriptionAgreement record"
},
{
"permissionName": "erm.agreements.view",
Expand Down Expand Up @@ -1161,7 +1166,8 @@
"erm.agreements.item.post",
"erm.agreements.item.put",
"erm.agreements.clone.execute",
"erm.agreements.validate"
"erm.agreements.validate",
"erm.agreements.property.validate"
]
},
{
Expand Down

0 comments on commit a3f3e02

Please sign in to comment.