Skip to content

Commit

Permalink
[MODINVSTOR-1243] Fix http method in module descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
Saba-Zedginidze-EPAM committed Aug 26, 2024
1 parent 1047d5d commit 952a8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
]
},
{
"methods": ["GET"],
"methods": ["POST"],
"pathPattern": "/inventory/tenant-items",
"permissionsRequired": ["inventory.items.collection.get"],
"modulePermissions": [
Expand Down

0 comments on commit 952a8c7

Please sign in to comment.