Skip to content

Commit fdfe05e

Browse files
authored
feat(sdk): automated oas update
1 parent 2d4ecfa commit fdfe05e

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

api-specs/konnect/event-gateway/v1/openapi.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ info:
2020
contact:
2121
name: Kong
2222
url: 'https://cloud.konghq.com'
23-
x-oas-source: kong/platform-api@6071deefac069662eeb4c62ea0a0ed67eaca705d
24-
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/6071deefac069662eeb4c62ea0a0ed67eaca705d'
23+
x-oas-source: kong/platform-api@0213ffbc9d4858634a08845d1407b2a9d7acc625
24+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/0213ffbc9d4858634a08845d1407b2a9d7acc625'
2525
servers:
2626
- url: 'https://us.api.konghq.com/v1'
2727
description: United-States Production region
@@ -1732,6 +1732,7 @@ components:
17321732
type: array
17331733
items:
17341734
type: string
1735+
minLength: 1
17351736
minItems: 1
17361737
EventGatewayListenerPorts:
17371738
description: |
@@ -3722,6 +3723,7 @@ components:
37223723
type: array
37233724
items:
37243725
$ref: '#/components/schemas/EventGatewayACLRule'
3726+
minItems: 1
37253727
required:
37263728
- rules
37273729
EventGatewayACLRule:
@@ -4789,6 +4791,7 @@ components:
47894791
A literal value or a reference to an existing secret as a template string expression.
47904792
The value is stored and returned by the API as-is, not treated as sensitive information.
47914793
type: string
4794+
minLength: 1
47924795
x-examples:
47934796
reference:
47944797
summary: Reference to a secret
@@ -4807,6 +4810,7 @@ components:
48074810
If provided as an expression, the expression itself is stored and returned by the API.
48084811
type: string
48094812
example: '${vault.env[''MY_ENV_VAR'']}'
4813+
minLength: 1
48104814
x-expression:
48114815
type: string
48124816
fields:

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ info:
66
contact:
77
name: Kong
88
url: 'https://konghq.com'
9-
x-oas-source: kong/platform-api@7d824963a8659aaf8b9db42df1c777b078a7413f
10-
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/7d824963a8659aaf8b9db42df1c777b078a7413f'
9+
x-oas-source: kong/platform-api@a3242e0831b3701ebb62066c39c05da0ce00bee8
10+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/a3242e0831b3701ebb62066c39c05da0ce00bee8'
1111
servers:
1212
- url: 'https://global.api.konghq.com/v3'
1313
description: Global Base URL
@@ -4707,6 +4707,7 @@ components:
47074707
updated_at: '2022-08-02T08:35:49Z'
47084708
expires_at: '2022-12-31T12:52:23Z'
47094709
last_used_at: '2022-10-24T13:05:42Z'
4710+
token: spat_12345678901234567890123456789012345678901234567890
47104711
title: System Account Access Token Created Response
47114712
examples:
47124713
Sample Access Token:
@@ -4717,7 +4718,7 @@ components:
47174718
updated_at: '2019-08-24T14:15:22Z'
47184719
expires_at: '2019-08-24T14:15:22Z'
47194720
last_used_at: '2019-08-24T14:15:22Z'
4720-
token: npat_12345678901234567890123456789012345678901234567890
4721+
token: spat_12345678901234567890123456789012345678901234567890
47214722
MeOrganization:
47224723
description: Me Organization
47234724
content:

0 commit comments

Comments
 (0)