Skip to content

Commit

Permalink
Merge pull request #1790 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 Nov 12, 2024
2 parents 2f60566 + e90319c commit 8887ee4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
20 changes: 18 additions & 2 deletions _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -5103,6 +5103,22 @@
"name": "mod-finance",
"path": "/finance/fund-types/{id}"
},
{
"apiDescription": "ramls/fund-update-log.raml",
"apiType": "raml",
"interface": "finance.fund-update-logs 1.0",
"methods": "get:finance_fund_update_logs_get post:finance_fund_update_logs_post",
"name": "mod-finance",
"path": "/finance/fund-update-logs"
},
{
"apiDescription": "ramls/fund-update-log.raml",
"apiType": "raml",
"interface": "finance.fund-update-logs 1.0",
"methods": "delete:finance_fund_update_logs__id__delete get:finance_fund_update_logs__id__get put:finance_fund_update_logs__id__put",
"name": "mod-finance",
"path": "/finance/fund-update-logs/{id}"
},
{
"apiDescription": "ramls/funds.raml",
"apiType": "raml",
Expand Down Expand Up @@ -10424,7 +10440,7 @@
{
"apiDescription": "ramls/service-point.raml",
"apiType": "raml",
"interface": "service-points 3.3",
"interface": "service-points 3.4",
"methods": "delete:service_points_delete get:service_points_get post:service_points_post",
"name": "mod-inventory-storage",
"path": "/service-points"
Expand All @@ -10448,7 +10464,7 @@
{
"apiDescription": "ramls/service-point.raml",
"apiType": "raml",
"interface": "service-points 3.3",
"interface": "service-points 3.4",
"methods": "delete:service_points__servicepointid__delete get:service_points__servicepointid__get put:service_points__servicepointid__put",
"name": "mod-inventory-storage",
"path": "/service-points/{servicepointId}"
Expand Down
1 change: 1 addition & 0 deletions _data/config-apidocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,7 @@
"ramls/finance-fund-codes-expense-classes.raml",
"ramls/fiscal-years.raml",
"ramls/fund-types.raml",
"ramls/fund-update-log.raml",
"ramls/funds.raml",
"ramls/group-fiscal-year-summaries.raml",
"ramls/group-fund-fiscal-year.raml",
Expand Down

0 comments on commit 8887ee4

Please sign in to comment.