From 25f8318dd1d50ee407864004c6198fd8e6652e13 Mon Sep 17 00:00:00 2001 From: dcrossleyau Date: Tue, 30 Apr 2024 00:29:51 +0000 Subject: [PATCH 1/2] Apply automatic changes --- _data/config-api-endpoints.json | 8 ++++++++ _data/config-apidocs.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/_data/config-api-endpoints.json b/_data/config-api-endpoints.json index edf89cd7..e7d82764 100644 --- a/_data/config-api-endpoints.json +++ b/_data/config-api-endpoints.json @@ -10002,6 +10002,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", diff --git a/_data/config-apidocs.json b/_data/config-apidocs.json index 4a780856..c44c700f 100644 --- a/_data/config-apidocs.json +++ b/_data/config-apidocs.json @@ -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" From 8a4830881bca00331895eb5f9e5103829938dabe Mon Sep 17 00:00:00 2001 From: dcrossleyau Date: Wed, 1 May 2024 00:32:20 +0000 Subject: [PATCH 2/2] Apply automatic changes --- _data/config-api-endpoints.json | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/_data/config-api-endpoints.json b/_data/config-api-endpoints.json index e7d82764..feb63069 100644 --- a/_data/config-api-endpoints.json +++ b/_data/config-api-endpoints.json @@ -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", @@ -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}" }, @@ -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", @@ -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",