Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions airflow/api_connexion/openapi/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5529,12 +5529,8 @@ components:
- always

WeightRule:
description: Weight rule.
description: Weight rule. One of 'downstream', 'upstream', 'absolute', or the path of the custom priority weight strategy class.
type: string
enum:
- downstream
- upstream
- absolute

HealthStatus:
description: Health status
Expand Down
Loading