Skip to content

Commit a6fc888

Browse files
dcrossleyaugithub-actions[bot]
authored andcommitted
Apply automatic changes
1 parent 3bdc4c8 commit a6fc888

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

_data/config-api-endpoints.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2367,19 +2367,35 @@
23672367
{
23682368
"apiDescription": "src/main/resources/swagger.api/circulation-bff.yaml",
23692369
"apiType": "oas",
2370-
"interface": "circulation-bff-loans 1.2",
2370+
"interface": "circulation-bff-loans 1.3",
2371+
"methods": "get:operation/findCirculationLoansByQuery",
2372+
"name": "mod-circulation-bff",
2373+
"path": "/circulation-bff/loans"
2374+
},
2375+
{
2376+
"apiDescription": "src/main/resources/swagger.api/circulation-bff.yaml",
2377+
"apiType": "oas",
2378+
"interface": "circulation-bff-loans 1.3",
23712379
"methods": "post:operation/checkInByBarcode",
23722380
"name": "mod-circulation-bff",
23732381
"path": "/circulation-bff/loans/check-in-by-barcode"
23742382
},
23752383
{
23762384
"apiDescription": "src/main/resources/swagger.api/circulation-bff.yaml",
23772385
"apiType": "oas",
2378-
"interface": "circulation-bff-loans 1.2",
2386+
"interface": "circulation-bff-loans 1.3",
23792387
"methods": "post:operation/checkOutByBarcode",
23802388
"name": "mod-circulation-bff",
23812389
"path": "/circulation-bff/loans/check-out-by-barcode"
23822390
},
2391+
{
2392+
"apiDescription": "src/main/resources/swagger.api/circulation-bff.yaml",
2393+
"apiType": "oas",
2394+
"interface": "circulation-bff-loans 1.3",
2395+
"methods": "get:operation/getCirculationLoanById",
2396+
"name": "mod-circulation-bff",
2397+
"path": "/circulation-bff/loans/{loanId}"
2398+
},
23832399
{
23842400
"apiDescription": "src/main/resources/swagger.api/circulation-bff.yaml",
23852401
"apiType": "oas",

0 commit comments

Comments
 (0)