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 d772738 commit 0a01447
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/zeusfyi_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ jobs:
--token ${{ secrets.DEPOT_TOKEN }} \
--provenance=false \
-f docker/docusaurus/Dockerfile . --push
15 changes: 15 additions & 0 deletions .openapi/iris.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ paths:
- $ref: '#/components/parameters/LoadBalancingStrategyHeader'
- $ref: '#/components/parameters/ServerlessAnvilHeader'
- $ref: '#/components/parameters/AdaptiveMetricsHeader'
- $ref: '#/components/parameters/RoutingProcedureHeader'
requestBody:
required: true
content:
Expand Down Expand Up @@ -486,6 +487,20 @@ paths:
$ref: '#/components/schemas/Error'
components:
parameters:
RoutingProcedureHeader:
name: X-Routing-Procedure
in: header
required: false
description: |
Uses a routing procedure to execute and/or transform the request. The value must be a non-empty string.
schema:
type: string
enum:
- eth_maxBlockAggReduce
- avax_maxBlockAggReduce
- avax_platformMaxHeightAggReduce
- near_maxBlockAggReduce
- btc_maxBlockAggReduce
ServerlessAnvilHeader:
name: X-Anvil-Session-Lock-ID
in: header
Expand Down

0 comments on commit 0a01447

Please sign in to comment.