Skip to content

Commit

Permalink
add iris docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-alt-lulz committed Mar 3, 2024
1 parent 0a01447 commit 5a6b51c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/zeusfyi_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ jobs:
--token ${{ secrets.DEPOT_TOKEN }} \
--provenance=false \
-f docker/docusaurus/Dockerfile . --push
6 changes: 6 additions & 0 deletions .openapi/iris.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,8 @@ paths:
post:
summary: Update Table Latency Scale Factor
operationId: updateTableLatencyScaleFactor
servers:
- url: https://iris.zeus.fyi/v1
tags:
- Adaptive Load Balancer
parameters:
Expand All @@ -397,6 +399,8 @@ paths:
post:
summary: Update Table Error Scale Factor
operationId: updateTableErrorScaleFactor
servers:
- url: https://iris.zeus.fyi/v1
tags:
- Adaptive Load Balancer
parameters:
Expand Down Expand Up @@ -456,6 +460,8 @@ paths:
/table/{groupName}/scale/decay:
post:
summary: Update Table Decay Scale Factor
servers:
- url: https://iris.zeus.fyi/v1
tags:
- Adaptive Load Balancer
operationId: updateTableDecayScaleFactor
Expand Down

0 comments on commit 5a6b51c

Please sign in to comment.