Skip to content

Commit

Permalink
MODLD-293: Add module descriptor for GET /resource/{id}/marc API (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkjacob authored Mar 21, 2024
1 parent a4c19ff commit 667e879
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 @@ -24,6 +24,12 @@
"permissionsRequired": [ "linked.data.bibframe.get" ],
"modulePermissions": []
},
{
"methods": [ "GET" ],
"pathPattern": "/resource/{id}/marc",
"permissionsRequired": [ "linked.data.bibframe.get" ],
"modulePermissions": []
},
{
"methods": [ "PUT" ],
"pathPattern": "/resource/{id}",
Expand Down

0 comments on commit 667e879

Please sign in to comment.