Skip to content

Commit 2f4e7c1

Browse files
authored
Merge pull request #2057 from folio-org/ongoing-config-apidocs
Auto: Update data for config apidocs
2 parents 8ec6b0c + 0a105bb commit 2f4e7c1

2 files changed

Lines changed: 11 additions & 25 deletions

File tree

_data/config-api-endpoints.json

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -919,13 +919,6 @@
919919
"name": "edge-orders",
920920
"path": "/admin/health"
921921
},
922-
{
923-
"apiDescription": "ramls/edge-rtac.raml",
924-
"apiType": "raml",
925-
"methods": "get:admin_health_get",
926-
"name": "edge-rtac",
927-
"path": "/admin/health"
928-
},
929922
{
930923
"apiDescription": "src/main/resources/openapi.yaml",
931924
"apiType": "oas",
@@ -10651,13 +10644,6 @@
1065110644
"name": "mod-batch-print",
1065210645
"path": "/print/entries/{id}"
1065310646
},
10654-
{
10655-
"apiDescription": "ramls/edge-rtac.raml",
10656-
"apiType": "raml",
10657-
"methods": "get:prod_rtac_foliortac_get",
10658-
"name": "edge-rtac",
10659-
"path": "/prod/rtac/folioRTAC"
10660-
},
1066110647
{
1066210648
"apiDescription": "service/src/main/resources/openapi.yaml",
1066310649
"apiType": "oas",
@@ -11452,9 +11438,9 @@
1145211438
"path": "/roles/{id}/capability-sets"
1145311439
},
1145411440
{
11455-
"apiDescription": "ramls/edge-rtac.raml",
11456-
"apiType": "raml",
11457-
"methods": "get:rtac_get",
11441+
"apiDescription": "src/main/resources/swagger.api/edge-rtac.yaml",
11442+
"apiType": "oas",
11443+
"methods": "get:operation/getBatchRtac",
1145811444
"name": "edge-rtac",
1145911445
"path": "/rtac"
1146011446
},
@@ -11475,9 +11461,9 @@
1147511461
"path": "/rtac/{id}"
1147611462
},
1147711463
{
11478-
"apiDescription": "ramls/edge-rtac.raml",
11479-
"apiType": "raml",
11480-
"methods": "get:rtac__instanceid__get",
11464+
"apiDescription": "src/main/resources/swagger.api/edge-rtac.yaml",
11465+
"apiType": "oas",
11466+
"methods": "get:operation/getInstanceRtac",
1148111467
"name": "edge-rtac",
1148211468
"path": "/rtac/{instanceId}"
1148311469
},

_data/config-apidocs.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -225,17 +225,17 @@
225225
},
226226
{
227227
"config": {
228-
"oas": [],
229-
"raml": [
230-
"ramls/edge-rtac.raml"
228+
"oas": [
229+
"src/main/resources/swagger.api/edge-rtac.yaml"
231230
],
231+
"raml": [],
232232
"upload": []
233233
},
234234
"metadata": {
235235
"apiTypes": [
236-
"RAML"
236+
"OAS"
237237
],
238-
"generator": "api_doc.py 1.8"
238+
"generator": "api_doc.py 1.9"
239239
},
240240
"name": "edge-rtac",
241241
"org": "folio-org"

0 commit comments

Comments
 (0)