Skip to content

Commit

Permalink
Merge pull request #639 from folio-org/MSEARCH-819
Browse files Browse the repository at this point in the history
[MSEARCH-819] Add module permissions for linked-data APIs
  • Loading branch information
askhat-abishev authored Aug 12, 2024
2 parents 2ba99f5 + f8e6620 commit 335fe2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@
"pathPattern": "/search/linked-data/works",
"permissionsRequired": [
"search.linked-data.work.collection.get"
],
"modulePermissions": [
"user-tenants.collection.get"
]
},
{
Expand All @@ -121,6 +124,9 @@
"pathPattern": "/search/linked-data/authorities",
"permissionsRequired": [
"search.linked-data.authority.collection.get"
],
"modulePermissions": [
"user-tenants.collection.get"
]
},
{
Expand Down

0 comments on commit 335fe2a

Please sign in to comment.