Skip to content

Commit

Permalink
Merge pull request #1557 from folio-org/ongoing-config-apidocs
Browse files Browse the repository at this point in the history
Auto: Update data for config apidocs
  • Loading branch information
dcrossleyau authored Jan 10, 2024
2 parents d5ad760 + 175c86d commit 61735be
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
16 changes: 16 additions & 0 deletions _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -4893,6 +4893,14 @@
"name": "mod-finance",
"path": "/finance/transfers"
},
{
"apiDescription": "ramls/unrelease-encumbrance.raml",
"apiType": "raml",
"interface": "finance.transactions 5.0",
"methods": "post:finance_unrelease_encumbrance__id__post",
"name": "mod-finance",
"path": "/finance/unrelease-encumbrance/{id}"
},
{
"apiDescription": "ramls/fincConfigMetadataSources.raml",
"apiType": "raml",
Expand Down Expand Up @@ -5751,6 +5759,14 @@
"name": "mod-inventory",
"path": "/inventory/instances/{instanceId}"
},
{
"apiDescription": "ramls/inventory.raml",
"apiType": "raml",
"interface": "inventory 13.0",
"methods": "delete:inventory_instances__instanceid__mark_deleted_delete",
"name": "mod-inventory",
"path": "/inventory/instances/{instanceId}/mark-deleted"
},
{
"apiDescription": "ramls/inventory.raml",
"apiType": "raml",
Expand Down
11 changes: 6 additions & 5 deletions _data/config-apidocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
"apiTypes": [
"OAS"
],
"generator": "api_doc.py 1.5.3"
"generator": "api_doc.py 1.5.4"
},
"name": "folio-query-tool-metadata",
"org": "folio-org"
Expand Down Expand Up @@ -885,7 +885,8 @@
"ramls/ledgers.raml",
"ramls/release-encumbrance.raml",
"ramls/transaction-summary.raml",
"ramls/transaction.raml"
"ramls/transaction.raml",
"ramls/unrelease-encumbrance.raml"
],
"upload": []
},
Expand Down Expand Up @@ -1047,7 +1048,7 @@
"apiTypes": [
"RAML"
],
"generator": "api_doc.py 1.5.3"
"generator": "api_doc.py 1.5.4"
},
"name": "mod-inventory",
"org": "folio-org"
Expand Down Expand Up @@ -1789,7 +1790,7 @@
"apiTypes": [
"RAML"
],
"generator": "api_doc.py 1.5.3"
"generator": "api_doc.py 1.5.4"
},
"name": "mod-source-record-storage",
"org": "folio-org"
Expand Down Expand Up @@ -1953,7 +1954,7 @@
"apiTypes": [
"RAML"
],
"generator": "api_doc.py 1.5.2"
"generator": "api_doc.py 1.5.4"
},
"name": "raml",
"org": "folio-org"
Expand Down

0 comments on commit 61735be

Please sign in to comment.