Skip to content

Commit bb05d4b

Browse files
authored
Merge pull request #2049 from folio-org/ongoing-config-apidocs
Auto: Update data for config apidocs
2 parents bb6b25d + fb702aa commit bb05d4b

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

_data/config-api-endpoints.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11244,31 +11244,39 @@
1124411244
{
1124511245
"apiDescription": "src/main/resources/swagger.api/requests-mediated.yaml",
1124611246
"apiType": "oas",
11247-
"interface": "requests-mediated-loans 1.3",
11247+
"interface": "requests-mediated-loans 1.4",
11248+
"methods": "post:operation/checkInByBarcode",
11249+
"name": "mod-requests-mediated",
11250+
"path": "/requests-mediated/loans/check-in-by-barcode"
11251+
},
11252+
{
11253+
"apiDescription": "src/main/resources/swagger.api/requests-mediated.yaml",
11254+
"apiType": "oas",
11255+
"interface": "requests-mediated-loans 1.4",
1124811256
"methods": "post:operation/checkOutByBarcode",
1124911257
"name": "mod-requests-mediated",
1125011258
"path": "/requests-mediated/loans/check-out-by-barcode"
1125111259
},
1125211260
{
1125311261
"apiDescription": "src/main/resources/swagger.api/requests-mediated.yaml",
1125411262
"apiType": "oas",
11255-
"interface": "requests-mediated-loans 1.3",
11263+
"interface": "requests-mediated-loans 1.4",
1125611264
"methods": "post:operation/claimItemReturned",
1125711265
"name": "mod-requests-mediated",
1125811266
"path": "/requests-mediated/loans/{loanId}/claim-item-returned"
1125911267
},
1126011268
{
1126111269
"apiDescription": "src/main/resources/swagger.api/requests-mediated.yaml",
1126211270
"apiType": "oas",
11263-
"interface": "requests-mediated-loans 1.3",
11271+
"interface": "requests-mediated-loans 1.4",
1126411272
"methods": "post:operation/declareClaimedReturnedItemAsMissing",
1126511273
"name": "mod-requests-mediated",
1126611274
"path": "/requests-mediated/loans/{loanId}/declare-claimed-returned-item-as-missing"
1126711275
},
1126811276
{
1126911277
"apiDescription": "src/main/resources/swagger.api/requests-mediated.yaml",
1127011278
"apiType": "oas",
11271-
"interface": "requests-mediated-loans 1.3",
11279+
"interface": "requests-mediated-loans 1.4",
1127211280
"methods": "post:operation/declareItemLost",
1127311281
"name": "mod-requests-mediated",
1127411282
"path": "/requests-mediated/loans/{loanId}/declare-item-lost"

0 commit comments

Comments
 (0)