diff --git a/.github/workflows/zeusfyi_docs.yml b/.github/workflows/zeusfyi_docs.yml index f2cc8615..c732b778 100644 --- a/.github/workflows/zeusfyi_docs.yml +++ b/.github/workflows/zeusfyi_docs.yml @@ -40,4 +40,3 @@ jobs: --token ${{ secrets.DEPOT_TOKEN }} \ --provenance=false \ -f docker/docusaurus/Dockerfile . --push - diff --git a/.openapi/iris.yaml b/.openapi/iris.yaml index 4b43ba34..057907cf 100644 --- a/.openapi/iris.yaml +++ b/.openapi/iris.yaml @@ -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: @@ -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: @@ -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