Skip to content

Commit 5a6b51c

Browse files
committed
add iris docs
1 parent 0a01447 commit 5a6b51c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/zeusfyi_docs.yml

-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,3 @@ jobs:
4040
--token ${{ secrets.DEPOT_TOKEN }} \
4141
--provenance=false \
4242
-f docker/docusaurus/Dockerfile . --push
43-

.openapi/iris.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,8 @@ paths:
376376
post:
377377
summary: Update Table Latency Scale Factor
378378
operationId: updateTableLatencyScaleFactor
379+
servers:
380+
- url: https://iris.zeus.fyi/v1
379381
tags:
380382
- Adaptive Load Balancer
381383
parameters:
@@ -397,6 +399,8 @@ paths:
397399
post:
398400
summary: Update Table Error Scale Factor
399401
operationId: updateTableErrorScaleFactor
402+
servers:
403+
- url: https://iris.zeus.fyi/v1
400404
tags:
401405
- Adaptive Load Balancer
402406
parameters:
@@ -456,6 +460,8 @@ paths:
456460
/table/{groupName}/scale/decay:
457461
post:
458462
summary: Update Table Decay Scale Factor
463+
servers:
464+
- url: https://iris.zeus.fyi/v1
459465
tags:
460466
- Adaptive Load Balancer
461467
operationId: updateTableDecayScaleFactor

0 commit comments

Comments
 (0)