Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
spikelu2016 committed Jun 24, 2024
1 parent 0f53998 commit 70c5683
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1728,14 +1728,16 @@ components:
name:
type: string
description: Name of the route.
example: "Production Route"
retryStrategy:
type: string
enum: ["exponential", "constant"]
example: "constant"
description: Different strategies for retries.
path:
type: string
description: Path identifier for the route.
example: "/test/chat/completions"
description: Unique path for the route.
steps:
type: array
items:
Expand All @@ -1744,6 +1746,7 @@ components:
type: array
items:
type: string
example: ["9e6e8b27-2ce0-4ef0-bdd7-1ed3916592eb"]
description: List of key IDs authorized to use the route.
cacheConfig:
$ref: "#/components/schemas/CacheConfig"
Expand Down

0 comments on commit 70c5683

Please sign in to comment.