Skip to content

Commit

Permalink
Merge pull request #346 from folio-org/MODFQMMGR-391-mod-des
Browse files Browse the repository at this point in the history
MODFQMMGR-391: adding end point to mod descriptor
  • Loading branch information
kjain110 authored Aug 2, 2024
2 parents df3b89f + 3545ed7 commit 263d2e7
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
"permissionsRequired": ["fqm.query.async.results.get"],
"modulePermissions": ["perms.users.get"]
},
{
"methods": ["GET"],
"pathPattern": "/fqm/version",
"permissionsRequired": ["fqm.version.get"],
"modulePermissions": ["perms.users.get"]
},
{
"methods": ["POST"],
"pathPattern": "/query/contents",
Expand Down Expand Up @@ -170,6 +176,12 @@
"description": "Run a query synchronously and get results",
"visible": true
},
{
"permissionName": "fqm.version.get",
"displayName": "FQM - Get version of fqm",
"description": "Get the version of fqm",
"visible": true
},
{
"permissionName": "fqm.materializedViews.post",
"displayName": "FQM - Refresh materialized views",
Expand All @@ -191,7 +203,8 @@
"fqm.query.async.post",
"fqm.query.async.results.get",
"fqm.query.async.delete",
"fqm.query.sync.get"
"fqm.query.sync.get",
"fqm.version.get"
],
"visible": true
}
Expand Down

0 comments on commit 263d2e7

Please sign in to comment.