Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrossleyau authored and github-actions[bot] committed Mar 30, 2024
1 parent 9cbe996 commit 74bb228
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
18 changes: 17 additions & 1 deletion _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -3965,7 +3965,7 @@
"apiDescription": "src/main/resources/swagger.api/mod-fqm-manager.yaml",
"apiType": "oas",
"interface": "_timer 1.0",
"methods": "post:operation/refreshMaterializedViews",
"methods": "post:operation/refreshData",
"name": "mod-fqm-manager",
"path": "/entity-types/materialized-views/refresh"
},
Expand Down Expand Up @@ -7498,6 +7498,22 @@
"name": "mod-orders-storage",
"path": "/orders-storage/routing-lists/{id}"
},
{
"apiDescription": "ramls/settings.raml",
"apiType": "raml",
"interface": "orders-storage.settings 1.0",
"methods": "get:orders_storage_settings_get post:orders_storage_settings_post",
"name": "mod-orders-storage",
"path": "/orders-storage/settings"
},
{
"apiDescription": "ramls/settings.raml",
"apiType": "raml",
"interface": "orders-storage.settings 1.0",
"methods": "delete:orders_storage_settings__id__delete get:orders_storage_settings__id__get put:orders_storage_settings__id__put",
"name": "mod-orders-storage",
"path": "/orders-storage/settings/{id}"
},
{
"apiDescription": "ramls/titles.raml",
"apiType": "raml",
Expand Down
7 changes: 4 additions & 3 deletions _data/config-apidocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@
"apiTypes": [
"OAS"
],
"generator": "api_doc.py 1.5.3"
"generator": "api_doc.py 1.5"
},
"name": "mod-fqm-manager",
"org": "folio-org"
Expand Down Expand Up @@ -1358,7 +1358,7 @@
"apiTypes": [
"OAS"
],
"generator": "api_doc.py 1.5.4"
"generator": "api_doc.py 1.5"
},
"name": "mod-marc-migrations",
"org": "folio-org"
Expand Down Expand Up @@ -1415,7 +1415,7 @@
"apiTypes": [
"RAML"
],
"generator": "api_doc.py 1.5.2"
"generator": "api_doc.py 1.5"
},
"name": "mod-oai-pmh",
"org": "folio-org"
Expand Down Expand Up @@ -1474,6 +1474,7 @@
"ramls/receiving-history.raml",
"ramls/reporting-code.raml",
"ramls/routing-list.raml",
"ramls/settings.raml",
"ramls/titles.raml"
],
"upload": []
Expand Down

0 comments on commit 74bb228

Please sign in to comment.