Skip to content

Commit

Permalink
[MODORDERS-1210] Update module descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
Saba-Zedginidze-EPAM committed Nov 28, 2024
1 parent 5fb1943 commit 3b774d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@
{
"methods": ["PUT"],
"pathPattern": "/orders/pieces-batch/status",
"permissionsRequired": ["orders.pieces.batch.put"],
"permissionsRequired": ["orders.pieces.collection.put"],
"modulePermissions": [
"orders-storage.pieces.item.put",
"orders-storage.pieces.collection.get",
Expand Down Expand Up @@ -1545,7 +1545,7 @@
"description": "Delete an existing piece"
},
{
"permissionName": "orders.pieces.batch.put",
"permissionName": "orders.pieces.collection.put",
"displayName": "orders - batch update piece statuses",
"description": "Batch update piece statuses"
},
Expand All @@ -1560,11 +1560,11 @@
"description" : "All permissions for the pieces",
"subPermissions" : [
"orders.pieces.collection.get",
"orders.pieces.collection.put",
"orders.pieces.item.post",
"orders.pieces.item.get",
"orders.pieces.item.put",
"orders.pieces.item.delete",
"orders.pieces.batch.put",
"orders.piece-requests.collection.get"
]
},
Expand Down

0 comments on commit 3b774d0

Please sign in to comment.