Skip to content

Commit 4708c1f

Browse files
authored
feat(sdk): automated oas update
1 parent 130b9c5 commit 4708c1f

File tree

22 files changed

+5438
-821
lines changed

22 files changed

+5438
-821
lines changed

api-specs/konnect/analytics-dashboards/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ info:
77
contact:
88
name: Kong
99
url: 'https://cloud.konghq.com'
10+
x-oas-source: kong/platform-api@b6321606a76ff4d736b45a17640baf5021adc6c6
11+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/b6321606a76ff4d736b45a17640baf5021adc6c6'
1012
servers:
1113
- url: 'https://us.api.konghq.com/v2'
1214
description: United-States Production region

api-specs/konnect/analytics-requests/v2/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ info:
66
contact:
77
name: Kong
88
url: 'https://cloud.konghq.com'
9+
x-oas-source: kong/platform-api@b6321606a76ff4d736b45a17640baf5021adc6c6
10+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/b6321606a76ff4d736b45a17640baf5021adc6c6'
911
servers:
1012
- url: 'https://us.api.konghq.com/v2'
1113
description: United-States Production region

api-specs/konnect/api-builder/v3/openapi.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
openapi: 3.0.3
22
info:
33
title: Konnect API Builder
4-
version: 3.0.25
4+
version: 3.0.26
55
description: The management API for building APIs for Konnect Dev Portals.
66
contact:
77
name: Kong
88
url: 'https://cloud.konghq.com'
9+
x-oas-source: kong/platform-api@dc0080a28254023b66b6cf11a3926b3586968106
10+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/dc0080a28254023b66b6cf11a3926b3586968106'
911
servers:
1012
- url: 'https://us.api.konghq.com/v3'
1113
description: United-States Production region
@@ -531,6 +533,7 @@ paths:
531533
- $ref: '#/components/parameters/PageSize'
532534
- $ref: '#/components/parameters/PageNumber'
533535
- $ref: '#/components/parameters/ApiVersionFilters'
536+
- $ref: '#/components/parameters/ApiVersionSort'
534537
responses:
535538
'200':
536539
$ref: '#/components/responses/ListApiVersionResponse'
@@ -917,6 +920,15 @@ components:
917920
schema:
918921
$ref: '#/components/schemas/ApiVersionFilterParameters'
919922
style: deepObject
923+
ApiVersionSort:
924+
name: sort
925+
description: |
926+
Sorts a collection of API versions. Supported sort attributes are:
927+
- created_at
928+
required: false
929+
in: query
930+
schema:
931+
$ref: '#/components/schemas/SortQuery'
920932
DocumentId:
921933
schema:
922934
type: string

api-specs/konnect/api-products/v2/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ info:
66
contact:
77
name: Kong
88
url: 'https://cloud.konghq.com'
9+
x-oas-source: kong/platform-api@1a50c0a00fdbbab1b9d085e7bb215490eca69682
10+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/1a50c0a00fdbbab1b9d085e7bb215490eca69682'
911
servers:
1012
- url: 'https://us.api.konghq.com/v2'
1113
description: United-States Production region

api-specs/konnect/application-auth-strategies/v2/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ info:
66
contact:
77
name: Kong
88
url: 'https://cloud.konghq.com'
9+
x-oas-source: kong/platform-api@1a50c0a00fdbbab1b9d085e7bb215490eca69682
10+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/1a50c0a00fdbbab1b9d085e7bb215490eca69682'
911
servers:
1012
- url: 'https://us.api.konghq.com/v2'
1113
description: United-States Production region

api-specs/konnect/audit-logs/v2/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ info:
66
contact:
77
name: Kong
88
url: 'https://konghq.com'
9+
x-oas-source: kong/platform-api@1a50c0a00fdbbab1b9d085e7bb215490eca69682
10+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/1a50c0a00fdbbab1b9d085e7bb215490eca69682'
911
servers:
1012
- url: 'https://us.api.konghq.com/v2'
1113
description: United-States Production region

api-specs/konnect/audit-logs/v3/openapi.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
openapi: 3.0.2
22
info:
33
title: Konnect Audit Log Settings
4-
version: 3.0.0
4+
version: 3.0.1
55
description: The API for configuring Kong Konnect Audit Logs.
66
contact:
77
name: Kong
88
url: 'https://konghq.com'
9+
x-oas-source: kong/platform-api@a96a1e4cbc61e25ade394be53583041a6731e043
10+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/a96a1e4cbc61e25ade394be53583041a6731e043'
911
servers:
1012
- url: 'https://us.api.konghq.com/v3'
1113
description: United-States Production region
@@ -971,7 +973,7 @@ components:
971973
properties:
972974
webhook_status:
973975
description: |-
974-
Current status of a webhook. `active` indicates the webhook is sending or ready to send requests.
976+
Current status of a webhook. `active` indicates the webhook is sending or ready to send requests.
975977
`inactive` indicates the webhook has been turned off due to failed attempts.
976978
type: string
977979
example: active
@@ -980,7 +982,7 @@ components:
980982
- inactive
981983
webhook_enabled:
982984
description: |-
983-
Configured status of a webhook. `enabled` indicates the client will accept requests.
985+
Configured status of a webhook. `enabled` indicates the client will accept requests.
984986
`disabled` indicates the client will not accept requests.
985987
type: boolean
986988
example: true

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ info:
66
contact:
77
name: Kong
88
url: 'https://cloud.konghq.com'
9+
x-oas-source: kong/platform-api@7784df296bcfece6c5a387954c8bb01026808bd2
10+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/7784df296bcfece6c5a387954c8bb01026808bd2'
911
servers:
1012
- url: 'https://global.api.konghq.com/v2'
1113
description: Base URL for the global region
@@ -3883,6 +3885,7 @@ components:
38833885
schema:
38843886
oneOf:
38853887
- $ref: '#/components/schemas/AwsResourceEndpointGatewayResponse'
3888+
- $ref: '#/components/schemas/AwsTransitGatewayResponse'
38863889
ListTransitGatewaysResponse:
38873890
description: A paginated list for a collection of transit gateways for a network.
38883891
content:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ info:
1414
url: 'https://www.apache.org/licenses/LICENSE-2.0.html'
1515
title: Konnect Control Planes Configuration
1616
version: 2.0.0
17+
x-oas-source: kong/platform-api@9fd4f498974b497729f37be0ad8d0ed598bb75f4
18+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/9fd4f498974b497729f37be0ad8d0ed598bb75f4'
1719
servers:
1820
- url: 'https://us.api.konghq.com/v2'
1921
description: United-States Production region
@@ -4796,7 +4798,6 @@ components:
47964798
nullable: true
47974799
password:
47984800
type: string
4799-
writeOnly: true
48004801
x-encrypted: true
48014802
tags:
48024803
description: A set of strings representing tags.
@@ -4837,7 +4838,6 @@ components:
48374838
nullable: true
48384839
password:
48394840
type: string
4840-
writeOnly: true
48414841
x-encrypted: true
48424842
tags:
48434843
description: A set of strings representing tags.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ info:
66
contact:
77
name: Kong
88
url: 'https://cloud.konghq.com'
9+
x-oas-source: kong/platform-api@1a50c0a00fdbbab1b9d085e7bb215490eca69682
10+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/1a50c0a00fdbbab1b9d085e7bb215490eca69682'
911
servers:
1012
- url: 'https://us.api.konghq.com/v2'
1113
description: United-States Production region

0 commit comments

Comments
 (0)