Skip to content

Commit e8a1386

Browse files
authored
Merge pull request #1996 from folio-org/ongoing-config-apidocs
Auto: Update data for config apidocs
2 parents 5bfda41 + 8120c94 commit e8a1386

2 files changed

Lines changed: 32 additions & 7 deletions

File tree

_data/config-api-endpoints.json

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7635,6 +7635,22 @@
76357635
"name": "mod-inventory",
76367636
"path": "/inventory/tenant-items"
76377637
},
7638+
{
7639+
"apiDescription": "ramls/adjustment_preset.raml",
7640+
"apiType": "raml",
7641+
"interface": "invoice-storage.adjustment-presets 1.0",
7642+
"methods": "get:invoice_storage_adjustment_presets_get post:invoice_storage_adjustment_presets_post",
7643+
"name": "mod-invoice-storage",
7644+
"path": "/invoice-storage/adjustment-presets"
7645+
},
7646+
{
7647+
"apiDescription": "ramls/adjustment_preset.raml",
7648+
"apiType": "raml",
7649+
"interface": "invoice-storage.adjustment-presets 1.0",
7650+
"methods": "delete:invoice_storage_adjustment_presets__id__delete get:invoice_storage_adjustment_presets__id__get put:invoice_storage_adjustment_presets__id__put",
7651+
"name": "mod-invoice-storage",
7652+
"path": "/invoice-storage/adjustment-presets/{id}"
7653+
},
76387654
{
76397655
"apiDescription": "ramls/audit-outbox.raml",
76407656
"apiType": "raml",
@@ -7886,23 +7902,23 @@
78867902
{
78877903
"apiDescription": "ramls/item-storage.raml",
78887904
"apiType": "raml",
7889-
"interface": "item-storage 11.0",
7890-
"methods": "delete:item_storage_items_delete get:item_storage_items_get post:item_storage_items_post",
7905+
"interface": "item-storage 11.1",
7906+
"methods": "delete:item_storage_items_delete get:item_storage_items_get patch:item_storage_items_patch post:item_storage_items_post",
78917907
"name": "mod-inventory-storage",
78927908
"path": "/item-storage/items"
78937909
},
78947910
{
78957911
"apiDescription": "ramls/item-storage.raml",
78967912
"apiType": "raml",
7897-
"interface": "item-storage 11.0",
7913+
"interface": "item-storage 11.1",
78987914
"methods": "post:item_storage_items_retrieve_post",
78997915
"name": "mod-inventory-storage",
79007916
"path": "/item-storage/items/retrieve"
79017917
},
79027918
{
79037919
"apiDescription": "ramls/item-storage.raml",
79047920
"apiType": "raml",
7905-
"interface": "item-storage 11.0",
7921+
"interface": "item-storage 11.1",
79067922
"methods": "delete:item_storage_items__itemid__delete get:item_storage_items__itemid__get put:item_storage_items__itemid__put",
79077923
"name": "mod-inventory-storage",
79087924
"path": "/item-storage/items/{itemId}"
@@ -10915,23 +10931,31 @@
1091510931
{
1091610932
"apiDescription": "src/main/resources/swagger.api/requests-mediated.yaml",
1091710933
"apiType": "oas",
10918-
"interface": "requests-mediated-loans 1.2",
10934+
"interface": "requests-mediated-loans 1.3",
1091910935
"methods": "post:operation/checkOutByBarcode",
1092010936
"name": "mod-requests-mediated",
1092110937
"path": "/requests-mediated/loans/check-out-by-barcode"
1092210938
},
1092310939
{
1092410940
"apiDescription": "src/main/resources/swagger.api/requests-mediated.yaml",
1092510941
"apiType": "oas",
10926-
"interface": "requests-mediated-loans 1.2",
10942+
"interface": "requests-mediated-loans 1.3",
1092710943
"methods": "post:operation/claimItemReturned",
1092810944
"name": "mod-requests-mediated",
1092910945
"path": "/requests-mediated/loans/{loanId}/claim-item-returned"
1093010946
},
1093110947
{
1093210948
"apiDescription": "src/main/resources/swagger.api/requests-mediated.yaml",
1093310949
"apiType": "oas",
10934-
"interface": "requests-mediated-loans 1.2",
10950+
"interface": "requests-mediated-loans 1.3",
10951+
"methods": "post:operation/declareClaimedReturnedItemAsMissing",
10952+
"name": "mod-requests-mediated",
10953+
"path": "/requests-mediated/loans/{loanId}/declare-claimed-returned-item-as-missing"
10954+
},
10955+
{
10956+
"apiDescription": "src/main/resources/swagger.api/requests-mediated.yaml",
10957+
"apiType": "oas",
10958+
"interface": "requests-mediated-loans 1.3",
1093510959
"methods": "post:operation/declareItemLost",
1093610960
"name": "mod-requests-mediated",
1093710961
"path": "/requests-mediated/loans/{loanId}/declare-item-lost"

_data/config-apidocs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,6 +1280,7 @@
12801280
"config": {
12811281
"oas": [],
12821282
"raml": [
1283+
"ramls/adjustment_preset.raml",
12831284
"ramls/audit-outbox.raml",
12841285
"ramls/batch-group.raml",
12851286
"ramls/batch-voucher-export-configuration.raml",

0 commit comments

Comments
 (0)