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 27, 2024
1 parent 229f976 commit c04b885
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 27 deletions.
60 changes: 34 additions & 26 deletions _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2717,79 +2717,87 @@
{
"apiDescription": "ramls/counterreports.raml",
"apiType": "raml",
"interface": "counter-reports 3.1",
"interface": "counter-reports 3.2",
"methods": "get:counter_reports_get post:counter_reports_post",
"name": "mod-erm-usage",
"path": "/counter-reports"
},
{
"apiDescription": "ramls/counterreports.raml",
"apiType": "raml",
"interface": "counter-reports 3.1",
"interface": "counter-reports 3.2",
"methods": "get:counter_reports_errors_codes_get",
"name": "mod-erm-usage",
"path": "/counter-reports/errors/codes"
},
{
"apiDescription": "ramls/counterreports.raml",
"apiType": "raml",
"interface": "counter-reports 3.1",
"interface": "counter-reports 3.2",
"methods": "get:counter_reports_export_provider__id__report__name__version__aversion__from__begin__to__end__get",
"name": "mod-erm-usage",
"path": "/counter-reports/export/provider/{id}/report/{name}/version/{aversion}/from/{begin}/to/{end}"
},
{
"apiDescription": "ramls/counterreports.raml",
"apiType": "raml",
"interface": "counter-reports 3.1",
"interface": "counter-reports 3.2",
"methods": "get:counter_reports_export__id__get",
"name": "mod-erm-usage",
"path": "/counter-reports/export/{id}"
},
{
"apiDescription": "ramls/counterreports.raml",
"apiType": "raml",
"interface": "counter-reports 3.1",
"interface": "counter-reports 3.2",
"methods": "post:counter_reports_multipartupload_provider__id__post",
"name": "mod-erm-usage",
"path": "/counter-reports/multipartupload/provider/{id}"
},
{
"apiDescription": "ramls/counterreports.raml",
"apiType": "raml",
"interface": "counter-reports 3.2",
"methods": "post:counter_reports_reports_delete_post",
"name": "mod-erm-usage",
"path": "/counter-reports/reports/delete"
},
{
"apiDescription": "ramls/counterreports.raml",
"apiType": "raml",
"interface": "counter-reports 3.1",
"interface": "counter-reports 3.2",
"methods": "get:counter_reports_reports_types_get",
"name": "mod-erm-usage",
"path": "/counter-reports/reports/types"
},
{
"apiDescription": "ramls/counterreports.raml",
"apiType": "raml",
"interface": "counter-reports 3.1",
"interface": "counter-reports 3.2",
"methods": "get:counter_reports_sorted__udpid__get",
"name": "mod-erm-usage",
"path": "/counter-reports/sorted/{udpId}"
},
{
"apiDescription": "ramls/counterreports.raml",
"apiType": "raml",
"interface": "counter-reports 3.1",
"interface": "counter-reports 3.2",
"methods": "post:counter_reports_upload_provider__id__post",
"name": "mod-erm-usage",
"path": "/counter-reports/upload/provider/{id}"
},
{
"apiDescription": "ramls/counterreports.raml",
"apiType": "raml",
"interface": "counter-reports 3.1",
"interface": "counter-reports 3.2",
"methods": "delete:counter_reports__id__delete get:counter_reports__id__get put:counter_reports__id__put",
"name": "mod-erm-usage",
"path": "/counter-reports/{id}"
},
{
"apiDescription": "ramls/counterreports.raml",
"apiType": "raml",
"interface": "counter-reports 3.1",
"interface": "counter-reports 3.2",
"methods": "get:counter_reports__id__download_get",
"name": "mod-erm-usage",
"path": "/counter-reports/{id}/download"
Expand Down Expand Up @@ -6677,22 +6685,6 @@
"name": "mod-inn-reach",
"path": "/locations"
},
{
"apiDescription": "ramls/location.raml",
"apiType": "raml",
"interface": "locations 3.0",
"methods": "delete:locations_delete get:locations_get post:locations_post",
"name": "mod-inventory-storage",
"path": "/locations"
},
{
"apiDescription": "ramls/location.raml",
"apiType": "raml",
"interface": "locations 3.0",
"methods": "delete:locations__id__delete get:locations__id__get put:locations__id__put",
"name": "mod-inventory-storage",
"path": "/locations/{id}"
},
{
"apiDescription": "src/main/resources/swagger.api/settings.yaml",
"apiType": "oas",
Expand Down Expand Up @@ -7490,6 +7482,22 @@
"name": "mod-orders-storage",
"path": "/orders-storage/reporting-codes/{id}"
},
{
"apiDescription": "ramls/routing-list.raml",
"apiType": "raml",
"interface": "orders-storage.routing-lists 1.0",
"methods": "get:orders_storage_routing_lists_get post:orders_storage_routing_lists_post",
"name": "mod-orders-storage",
"path": "/orders-storage/routing-lists"
},
{
"apiDescription": "ramls/routing-list.raml",
"apiType": "raml",
"interface": "orders-storage.routing-lists 1.0",
"methods": "delete:orders_storage_routing_lists__id__delete get:orders_storage_routing_lists__id__get put:orders_storage_routing_lists__id__put",
"name": "mod-orders-storage",
"path": "/orders-storage/routing-lists/{id}"
},
{
"apiDescription": "ramls/titles.raml",
"apiType": "raml",
Expand Down
3 changes: 2 additions & 1 deletion _data/config-apidocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@
"apiTypes": [
"RAML"
],
"generator": "api_doc.py 1.5.2"
"generator": "api_doc.py 1.5"
},
"name": "mod-erm-usage",
"org": "folio-org"
Expand Down Expand Up @@ -1473,6 +1473,7 @@
"ramls/purchase-order.raml",
"ramls/receiving-history.raml",
"ramls/reporting-code.raml",
"ramls/routing-list.raml",
"ramls/titles.raml"
],
"upload": []
Expand Down

0 comments on commit c04b885

Please sign in to comment.