Skip to content

Commit

Permalink
Merge pull request #1714 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 Aug 7, 2024
2 parents 3b8d2bb + a68e690 commit 1cb0f25
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
64 changes: 64 additions & 0 deletions _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -6333,6 +6333,14 @@
"name": "mod-ldp",
"path": "/ldp/config"
},
{
"apiDescription": "ramls/ldp.raml",
"apiType": "raml",
"interface": "ldp-query 1.2",
"methods": "get:ldp_config_get",
"name": "mod-reporting",
"path": "/ldp/config"
},
{
"apiDescription": "ramls/ldp.raml",
"apiType": "raml",
Expand All @@ -6341,6 +6349,14 @@
"name": "mod-ldp",
"path": "/ldp/config/{key}"
},
{
"apiDescription": "ramls/ldp.raml",
"apiType": "raml",
"interface": "ldp-query 1.2",
"methods": "get:ldp_config__key__get put:ldp_config__key__put",
"name": "mod-reporting",
"path": "/ldp/config/{key}"
},
{
"apiDescription": "ramls/ldp.raml",
"apiType": "raml",
Expand All @@ -6349,6 +6365,14 @@
"name": "mod-ldp",
"path": "/ldp/db/columns"
},
{
"apiDescription": "ramls/ldp.raml",
"apiType": "raml",
"interface": "ldp-query 1.2",
"methods": "get:ldp_db_columns_get",
"name": "mod-reporting",
"path": "/ldp/db/columns"
},
{
"apiDescription": "ramls/ldp.raml",
"apiType": "raml",
Expand All @@ -6357,6 +6381,14 @@
"name": "mod-ldp",
"path": "/ldp/db/query"
},
{
"apiDescription": "ramls/ldp.raml",
"apiType": "raml",
"interface": "ldp-query 1.2",
"methods": "post:ldp_db_query_post",
"name": "mod-reporting",
"path": "/ldp/db/query"
},
{
"apiDescription": "ramls/ldp.raml",
"apiType": "raml",
Expand All @@ -6365,6 +6397,14 @@
"name": "mod-ldp",
"path": "/ldp/db/reports"
},
{
"apiDescription": "ramls/ldp.raml",
"apiType": "raml",
"interface": "ldp-query 1.2",
"methods": "post:ldp_db_reports_post",
"name": "mod-reporting",
"path": "/ldp/db/reports"
},
{
"apiDescription": "ramls/ldp.raml",
"apiType": "raml",
Expand All @@ -6373,6 +6413,14 @@
"name": "mod-ldp",
"path": "/ldp/db/tables"
},
{
"apiDescription": "ramls/ldp.raml",
"apiType": "raml",
"interface": "ldp-query 1.2",
"methods": "get:ldp_db_tables_get",
"name": "mod-reporting",
"path": "/ldp/db/tables"
},
{
"apiDescription": "ramls/licenses.raml",
"apiType": "raml",
Expand Down Expand Up @@ -10171,6 +10219,22 @@
"name": "mod-data-export-worker",
"path": "/stub"
},
{
"apiDescription": "ramls/subject-source.raml",
"apiType": "raml",
"interface": "subject-sources 1.0",
"methods": "get:subject_sources_get post:subject_sources_post",
"name": "mod-inventory-storage",
"path": "/subject-sources"
},
{
"apiDescription": "ramls/subject-source.raml",
"apiType": "raml",
"interface": "subject-sources 1.0",
"methods": "delete:subject_sources__subjectsourceid__delete get:subject_sources__subjectsourceid__get put:subject_sources__subjectsourceid__put",
"name": "mod-inventory-storage",
"path": "/subject-sources/{subjectSourceId}"
},
{
"apiDescription": "ramls/subject-type.raml",
"apiType": "raml",
Expand Down
18 changes: 18 additions & 0 deletions _data/config-apidocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,7 @@
"ramls/shelf-location.raml",
"ramls/statistical-code-type.raml",
"ramls/statistical-code.raml",
"ramls/subject-source.raml",
"ramls/subject-type.raml"
],
"upload": []
Expand Down Expand Up @@ -1706,6 +1707,23 @@
"name": "mod-remote-storage",
"org": "folio-org"
},
{
"config": {
"oas": [],
"raml": [
"ramls/ldp.raml"
],
"upload": []
},
"metadata": {
"apiTypes": [
"RAML"
],
"generator": "api_doc.py 1.5"
},
"name": "mod-reporting",
"org": "folio-org"
},
{
"config": {
"oas": [
Expand Down

0 comments on commit 1cb0f25

Please sign in to comment.