Skip to content

Commit

Permalink
Merge branch 'master' into ongoing-release-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrossleyau authored May 3, 2024
2 parents ba5e939 + e74d870 commit b3a3c90
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
32 changes: 24 additions & 8 deletions _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -4210,6 +4210,13 @@
"name": "mod-data-export",
"path": "/export-all"
},
{
"apiDescription": "src/main/resources/swagger.api/data-export.yaml",
"apiType": "oas",
"methods": "post:operation/postExportDeletedMarcIds",
"name": "mod-data-export",
"path": "/export-deleted"
},
{
"apiDescription": "src/main/resources/swagger.api/remote-storage.yaml",
"apiType": "oas",
Expand Down Expand Up @@ -6756,7 +6763,7 @@
"apiDescription": "src/main/resources/swagger.api/marc-migrations.yaml",
"apiType": "oas",
"interface": "marc-migrations 1.0",
"methods": "get:operation/getMarcMigrationById",
"methods": "get:operation/getMarcMigrationById put:operation/saveMarcMigration",
"name": "mod-marc-migrations",
"path": "/marc-migrations/{operationId}"
},
Expand Down Expand Up @@ -9696,6 +9703,14 @@
"name": "mod-source-record-storage",
"path": "/source-storage/stream/source-records"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
"interface": "specification-storage 1.0",
"methods": "get:operation/getSpecifications",
"name": "mod-record-specifications",
"path": "/specification-storage/specifications"
},
{
"apiDescription": "ramls/staff-slips.raml",
"apiType": "raml",
Expand Down Expand Up @@ -9772,13 +9787,6 @@
"name": "mod-data-export-worker",
"path": "/stub"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
"methods": "get:operation/stub",
"name": "mod-record-specifications",
"path": "/stub"
},
{
"apiDescription": "src/main/resources/swagger.api/tags.yml",
"apiType": "oas",
Expand Down Expand Up @@ -10002,6 +10010,14 @@
"name": "mod-inn-reach",
"path": "/transactions"
},
{
"apiDescription": "src/main/resources/swagger.api/dcb_transaction.yaml",
"apiType": "oas",
"interface": "transactions 1.0",
"methods": "get:operation/getTransactionStatusList",
"name": "mod-dcb",
"path": "/transactions/status"
},
{
"apiDescription": "src/main/resources/swagger.api/edge-dcb.yaml",
"apiType": "oas",
Expand Down
2 changes: 1 addition & 1 deletion _data/config-apidocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@
"apiTypes": [
"OAS"
],
"generator": "api_doc.py 1.5.3"
"generator": "api_doc.py 1.5"
},
"name": "mod-dcb",
"org": "folio-org"
Expand Down

0 comments on commit b3a3c90

Please sign in to comment.