Skip to content

Commit 2473fc9

Browse files
authored
feat(sdk): automated oas update (#3806)
Co-authored-by: kong[bot] <123129154+kong[bot]@users.noreply.github.com>
1 parent 6920a51 commit 2473fc9

File tree

2 files changed

+120
-115
lines changed

2 files changed

+120
-115
lines changed

api-specs/konnect/cloud-gateways/v2/openapi.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ info:
66
contact:
77
name: Kong
88
url: 'https://cloud.konghq.com'
9-
x-oas-source: kong/platform-api@244ff7363a36bd242d8f49f235ebb904e3672d32
10-
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/244ff7363a36bd242d8f49f235ebb904e3672d32'
9+
x-oas-source: kong/platform-api@6881a8c85f5465901c42ea861179c5ea7adb3372
10+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/6881a8c85f5465901c42ea861179c5ea7adb3372'
1111
servers:
1212
- url: 'https://global.api.konghq.com/v2'
1313
description: Base URL for the global region
@@ -1616,6 +1616,7 @@ components:
16161616
- `ready` - The transit gateway attachment is fully operational and can route traffic as configured.
16171617
- `terminating` - The attachment is in the process of being deleted and is no longer accepting new traffic.
16181618
- `terminated` - The attachment has been fully deleted and is no longer available.
1619+
- `error` - The attachment is in an error state.
16191620
type: string
16201621
enum:
16211622
- created
@@ -1625,6 +1626,7 @@ components:
16251626
- ready
16261627
- terminating
16271628
- terminated
1629+
- error
16281630
readOnly: true
16291631
title: Transit Gateway State
16301632
AwsResourceEndpointConfigState:

0 commit comments

Comments
 (0)