Skip to content

Commit 5839208

Browse files
dcrossleyaugithub-actions[bot]
authored andcommitted
Apply automatic changes
1 parent 4232824 commit 5839208

2 files changed

Lines changed: 74 additions & 1 deletion

File tree

_data/config-api-endpoints.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11911,13 +11911,69 @@
1191111911
"name": "edge-rtac",
1191211912
"path": "/rtac-cache/batch"
1191311913
},
11914+
{
11915+
"apiDescription": "src/main/resources/swagger.api/mod-rtac-cache.yaml",
11916+
"apiType": "oas",
11917+
"interface": "rtac-cache 1.0",
11918+
"methods": "post:operation/postRtacCacheBatchHoldings",
11919+
"name": "mod-rtac-cache",
11920+
"path": "/rtac-cache/batch"
11921+
},
11922+
{
11923+
"apiDescription": "src/main/resources/swagger.api/mod-rtac-cache.yaml",
11924+
"apiType": "oas",
11925+
"interface": "rtac-cache 1.0",
11926+
"methods": "post:operation/postRtacCacheInvalidate",
11927+
"name": "mod-rtac-cache",
11928+
"path": "/rtac-cache/invalidate"
11929+
},
11930+
{
11931+
"apiDescription": "src/main/resources/swagger.api/mod-rtac-cache.yaml",
11932+
"apiType": "oas",
11933+
"interface": "rtac-cache 1.0",
11934+
"methods": "post:operation/postRtacCacheInvalidateAll",
11935+
"name": "mod-rtac-cache",
11936+
"path": "/rtac-cache/invalidate-all"
11937+
},
11938+
{
11939+
"apiDescription": "src/main/resources/swagger.api/mod-rtac-cache.yaml",
11940+
"apiType": "oas",
11941+
"interface": "rtac-cache 1.0",
11942+
"methods": "get:operation/getRtacCachePreWarmingJobs post:operation/postRtacCachePreWarmingJob",
11943+
"name": "mod-rtac-cache",
11944+
"path": "/rtac-cache/prewarm"
11945+
},
11946+
{
11947+
"apiDescription": "src/main/resources/swagger.api/mod-rtac-cache.yaml",
11948+
"apiType": "oas",
11949+
"interface": "rtac-cache 1.0",
11950+
"methods": "get:operation/getRtacCachePreWarmingJob",
11951+
"name": "mod-rtac-cache",
11952+
"path": "/rtac-cache/prewarm/{id}"
11953+
},
1191411954
{
1191511955
"apiDescription": "src/main/resources/swagger.api/edge-rtac.yaml",
1191611956
"apiType": "oas",
1191711957
"methods": "get:operation/searchRtacCacheHoldings",
1191811958
"name": "edge-rtac",
1191911959
"path": "/rtac-cache/search/{instanceId}"
1192011960
},
11961+
{
11962+
"apiDescription": "src/main/resources/swagger.api/mod-rtac-cache.yaml",
11963+
"apiType": "oas",
11964+
"interface": "rtac-cache 1.0",
11965+
"methods": "get:operation/searchRtacCacheHoldings",
11966+
"name": "mod-rtac-cache",
11967+
"path": "/rtac-cache/search/{instanceId}"
11968+
},
11969+
{
11970+
"apiDescription": "src/main/resources/swagger.api/mod-rtac-cache.yaml",
11971+
"apiType": "oas",
11972+
"interface": "rtac-cache 1.0",
11973+
"methods": "get:operation/getRtacCacheHoldingsById",
11974+
"name": "mod-rtac-cache",
11975+
"path": "/rtac-cache/{id}"
11976+
},
1192111977
{
1192211978
"apiDescription": "src/main/resources/swagger.api/edge-rtac.yaml",
1192311979
"apiType": "oas",

_data/config-apidocs.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1756,7 +1756,7 @@
17561756
"apiTypes": [
17571757
"RAML"
17581758
],
1759-
"generator": "api_doc.py 1.8"
1759+
"generator": "api_doc.py 1.9"
17601760
},
17611761
"name": "mod-patron-blocks",
17621762
"org": "folio-org"
@@ -1938,6 +1938,23 @@
19381938
"name": "mod-rtac",
19391939
"org": "folio-org"
19401940
},
1941+
{
1942+
"config": {
1943+
"oas": [
1944+
"src/main/resources/swagger.api/mod-rtac-cache.yaml"
1945+
],
1946+
"raml": [],
1947+
"upload": []
1948+
},
1949+
"metadata": {
1950+
"apiTypes": [
1951+
"OAS"
1952+
],
1953+
"generator": "api_doc.py 1.9"
1954+
},
1955+
"name": "mod-rtac-cache",
1956+
"org": "folio-org"
1957+
},
19411958
{
19421959
"config": {
19431960
"oas": [

0 commit comments

Comments
 (0)