Skip to content

Commit

Permalink
Merge pull request #1689 from folio-org/ongoing-config-apidocs
Browse files Browse the repository at this point in the history
Auto: Update data for config apidocs
  • Loading branch information
dcrossleyau authored Jun 27, 2024
2 parents 37889e4 + 14985cc commit 73634fe
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -8176,7 +8176,7 @@
"apiDescription": "ramls/patron.raml",
"apiType": "raml",
"interface": "patron 6.0",
"methods": "post:patron_account_post",
"methods": "get:patron_account_get post:patron_account_post",
"name": "mod-patron",
"path": "/patron/account"
},
Expand Down Expand Up @@ -9310,6 +9310,14 @@
"name": "mod-search",
"path": "/search/bibframe"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
"interface": "search 1.3",
"methods": "get:operation/searchBibframeAuthorities",
"name": "mod-search",
"path": "/search/bibframe/authorities"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
Expand Down Expand Up @@ -9358,6 +9366,14 @@
"name": "mod-search",
"path": "/search/consortium/batch/items"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
"interface": "consortium-search 1.1",
"methods": "get:operation/getConsortiumCampuses",
"name": "mod-search",
"path": "/search/consortium/campuses"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
Expand Down

0 comments on commit 73634fe

Please sign in to comment.