Skip to content

Commit e4f3294

Browse files
dcrossleyaugithub-actions[bot]
authored andcommitted
Apply automatic changes
1 parent 6ebe30b commit e4f3294

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

_data/config-api-endpoints.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8336,19 +8336,43 @@
83368336
{
83378337
"apiDescription": "src/main/resources/swagger.api/marc-migrations.yaml",
83388338
"apiType": "oas",
8339-
"interface": "marc-migrations 1.0",
8339+
"interface": "marc-migrations 1.1",
83408340
"methods": "get:operation/getMarcMigrations post:operation/createMarcMigrations",
83418341
"name": "mod-marc-migrations",
83428342
"path": "/marc-migrations"
83438343
},
83448344
{
83458345
"apiDescription": "src/main/resources/swagger.api/marc-migrations.yaml",
83468346
"apiType": "oas",
8347-
"interface": "marc-migrations 1.0",
8347+
"interface": "marc-migrations 1.1",
83488348
"methods": "get:operation/getMarcMigrationById put:operation/saveMarcMigration",
83498349
"name": "mod-marc-migrations",
83508350
"path": "/marc-migrations/{operationId}"
83518351
},
8352+
{
8353+
"apiDescription": "src/main/resources/swagger.api/marc-migrations.yaml",
8354+
"apiType": "oas",
8355+
"interface": "marc-migrations 1.1",
8356+
"methods": "post:operation/createErrorReport",
8357+
"name": "mod-marc-migrations",
8358+
"path": "/marc-migrations/{operationId}/error-report"
8359+
},
8360+
{
8361+
"apiDescription": "src/main/resources/swagger.api/marc-migrations.yaml",
8362+
"apiType": "oas",
8363+
"interface": "marc-migrations 1.1",
8364+
"methods": "get:operation/getMigrationErrors",
8365+
"name": "mod-marc-migrations",
8366+
"path": "/marc-migrations/{operationId}/error-report/errors"
8367+
},
8368+
{
8369+
"apiDescription": "src/main/resources/swagger.api/marc-migrations.yaml",
8370+
"apiType": "oas",
8371+
"interface": "marc-migrations 1.1",
8372+
"methods": "get:operation/getErrorReportStatus",
8373+
"name": "mod-marc-migrations",
8374+
"path": "/marc-migrations/{operationId}/error-report/status"
8375+
},
83528376
{
83538377
"apiDescription": "src/main/resources/swagger.api/marc-specifications.yaml",
83548378
"apiType": "oas",

0 commit comments

Comments
 (0)