Skip to content

Commit

Permalink
Merge pull request #1841 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 25, 2025
2 parents cd31dfb + 1468c07 commit 431a65e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.
33 changes: 27 additions & 6 deletions _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -6910,7 +6910,7 @@
{
"apiDescription": "ramls/ldp.raml",
"apiType": "raml",
"interface": "ldp-query 1.2",
"interface": "ldp-query 1.4",
"methods": "get:ldp_config_get",
"name": "mod-reporting",
"path": "/ldp/config"
Expand All @@ -6926,7 +6926,7 @@
{
"apiDescription": "ramls/ldp.raml",
"apiType": "raml",
"interface": "ldp-query 1.2",
"interface": "ldp-query 1.4",
"methods": "get:ldp_config__key__get put:ldp_config__key__put",
"name": "mod-reporting",
"path": "/ldp/config/{key}"
Expand All @@ -6942,11 +6942,18 @@
{
"apiDescription": "ramls/ldp.raml",
"apiType": "raml",
"interface": "ldp-query 1.2",
"interface": "ldp-query 1.4",
"methods": "get:ldp_db_columns_get",
"name": "mod-reporting",
"path": "/ldp/db/columns"
},
{
"apiDescription": "ramls/ldp.raml",
"apiType": "raml",
"methods": "get:ldp_db_processes_get",
"name": "mod-reporting",
"path": "/ldp/db/processes"
},
{
"apiDescription": "ramls/ldp.raml",
"apiType": "raml",
Expand All @@ -6958,7 +6965,7 @@
{
"apiDescription": "ramls/ldp.raml",
"apiType": "raml",
"interface": "ldp-query 1.2",
"interface": "ldp-query 1.4",
"methods": "post:ldp_db_query_post",
"name": "mod-reporting",
"path": "/ldp/db/query"
Expand All @@ -6974,7 +6981,7 @@
{
"apiDescription": "ramls/ldp.raml",
"apiType": "raml",
"interface": "ldp-query 1.2",
"interface": "ldp-query 1.4",
"methods": "post:ldp_db_reports_post",
"name": "mod-reporting",
"path": "/ldp/db/reports"
Expand All @@ -6990,11 +6997,25 @@
{
"apiDescription": "ramls/ldp.raml",
"apiType": "raml",
"interface": "ldp-query 1.2",
"interface": "ldp-query 1.4",
"methods": "get:ldp_db_tables_get",
"name": "mod-reporting",
"path": "/ldp/db/tables"
},
{
"apiDescription": "ramls/ldp.raml",
"apiType": "raml",
"methods": "get:ldp_db_updates_get",
"name": "mod-reporting",
"path": "/ldp/db/updates"
},
{
"apiDescription": "ramls/ldp.raml",
"apiType": "raml",
"methods": "get:ldp_db_version_get",
"name": "mod-reporting",
"path": "/ldp/db/version"
},
{
"apiDescription": "ramls/licenses.raml",
"apiType": "raml",
Expand Down
4 changes: 2 additions & 2 deletions _data/config-apidocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@
"apiTypes": [
"OAS"
],
"generator": "api_doc.py 1.5"
"generator": "api_doc.py 1.6"
},
"name": "mod-bulk-operations",
"org": "folio-org"
Expand Down Expand Up @@ -1819,7 +1819,7 @@
"apiTypes": [
"RAML"
],
"generator": "api_doc.py 1.5"
"generator": "api_doc.py 1.6"
},
"name": "mod-reporting",
"org": "folio-org"
Expand Down

0 comments on commit 431a65e

Please sign in to comment.