Skip to content

Commit 4b0e44e

Browse files
authored
feat(sdk): automated oas update (#3160)
Co-authored-by: kong[bot] <123129154+kong[bot]@users.noreply.github.com>
1 parent 72e7c41 commit 4b0e44e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

api-specs/konnect/control-planes-config/v2/openapi.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6839,6 +6839,11 @@ components:
68396839
description: Unix epoch when the resource was created.
68406840
type: number
68416841
nullable: true
6842+
failover:
6843+
description: Whether to use this target only as backup or not.
6844+
type: boolean
6845+
default: false
6846+
nullable: true
68426847
id:
68436848
description: A string representing a UUID (universally unique identifier).
68446849
type: string
@@ -6890,6 +6895,11 @@ components:
68906895
description: Unix epoch when the resource was created.
68916896
type: number
68926897
nullable: true
6898+
failover:
6899+
description: Whether to use this target only as backup or not.
6900+
type: boolean
6901+
default: false
6902+
nullable: true
68936903
id:
68946904
description: A string representing a UUID (universally unique identifier).
68956905
type: string
@@ -6926,6 +6936,7 @@ components:
69266936
nullable: true
69276937
example:
69286938
id: 089292a7-ba3d-4d88-acf0-97b4b2e2621a
6939+
failover: true
69296940
target: 203.0.113.42
69306941
weight: 100
69316942
additionalProperties: false

0 commit comments

Comments
 (0)