|
8336 | 8336 | { |
8337 | 8337 | "apiDescription": "src/main/resources/swagger.api/marc-migrations.yaml", |
8338 | 8338 | "apiType": "oas", |
8339 | | - "interface": "marc-migrations 1.0", |
| 8339 | + "interface": "marc-migrations 1.1", |
8340 | 8340 | "methods": "get:operation/getMarcMigrations post:operation/createMarcMigrations", |
8341 | 8341 | "name": "mod-marc-migrations", |
8342 | 8342 | "path": "/marc-migrations" |
8343 | 8343 | }, |
8344 | 8344 | { |
8345 | 8345 | "apiDescription": "src/main/resources/swagger.api/marc-migrations.yaml", |
8346 | 8346 | "apiType": "oas", |
8347 | | - "interface": "marc-migrations 1.0", |
| 8347 | + "interface": "marc-migrations 1.1", |
8348 | 8348 | "methods": "get:operation/getMarcMigrationById put:operation/saveMarcMigration", |
8349 | 8349 | "name": "mod-marc-migrations", |
8350 | 8350 | "path": "/marc-migrations/{operationId}" |
8351 | 8351 | }, |
| 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 | + }, |
8352 | 8376 | { |
8353 | 8377 | "apiDescription": "src/main/resources/swagger.api/marc-specifications.yaml", |
8354 | 8378 | "apiType": "oas", |
|
0 commit comments