Skip to content

Commit 5d2eb51

Browse files
authored
feat(sdk): automated oas update (#3849)
Co-authored-by: kong[bot] <123129154+kong[bot]@users.noreply.github.com>
1 parent 3479966 commit 5d2eb51

File tree

3 files changed

+8
-33
lines changed

3 files changed

+8
-33
lines changed

api-specs/konnect/dev-portal/v3/openapi.yaml

Lines changed: 3 additions & 3 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@8aa1af16cf357a8dd4d57ec59dc7a4c8053a3b2f
10-
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/8aa1af16cf357a8dd4d57ec59dc7a4c8053a3b2f'
9+
x-oas-source: kong/platform-api@b4016a6364a5babc31b78a52b072e6cd046b7481
10+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/b4016a6364a5babc31b78a52b072e6cd046b7481'
1111
servers:
1212
- url: 'https://custom.example.com'
1313
description: Production
@@ -3546,7 +3546,7 @@ components:
35463546
type: boolean
35473547
default: true
35483548
try_it_insomnia:
3549-
description: Enables users to open the API spec in Insomnia to explore and send requests with the native client.
3549+
description: Enables users to open API specifications in Insomnia to explore and send requests with the native client. Only public API specifications are supported.
35503550
type: boolean
35513551
default: true
35523552
infinite_scroll:

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

Lines changed: 2 additions & 27 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@78264d1ee3e825ce2aea6c3f98014f716f9b5d2b
24-
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/78264d1ee3e825ce2aea6c3f98014f716f9b5d2b'
23+
x-oas-source: kong/platform-api@69259a625e4d22b0ca16e2681b2c0d13bfdcfaef
24+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/69259a625e4d22b0ca16e2681b2c0d13bfdcfaef'
2525
servers:
2626
- url: 'https://us.api.konghq.com/v1'
2727
description: United-States Production region
@@ -2590,7 +2590,6 @@ components:
25902590
description: A unique user-defined name of the policy.
25912591
type: string
25922592
maxLength: 255
2593-
minLength: 1
25942593
x-unicode-pattern: '^[\p{L}\p{N}][\p{L}\p{N} _\-\.:/+'']*[\p{L}\p{N}]$'
25952594
description:
25962595
description: A human-readable description of the policy.
@@ -2622,7 +2621,6 @@ components:
26222621
description: A string containing the boolean expression that determines whether the policy is applied.
26232622
type: string
26242623
maxLength: 1000
2625-
minLength: 1
26262624
x-expression:
26272625
type: boolean
26282626
fields: []
@@ -2644,7 +2642,6 @@ components:
26442642
description: A unique user-defined name of the policy.
26452643
type: string
26462644
maxLength: 255
2647-
minLength: 1
26482645
x-unicode-pattern: '^[\p{L}\p{N}][\p{L}\p{N} _\-\.:/+'']*[\p{L}\p{N}]$'
26492646
description:
26502647
description: A human-readable description of the policy.
@@ -2697,7 +2694,6 @@ components:
26972694
description: A unique user-defined name of the policy.
26982695
type: string
26992696
maxLength: 255
2700-
minLength: 1
27012697
x-unicode-pattern: '^[\p{L}\p{N}][\p{L}\p{N} _\-\.:/+'']*[\p{L}\p{N}]$'
27022698
description:
27032699
description: A human-readable description of the policy.
@@ -2736,7 +2732,6 @@ components:
27362732
description: A unique user-defined name of the policy.
27372733
type: string
27382734
maxLength: 255
2739-
minLength: 1
27402735
x-unicode-pattern: '^[\p{L}\p{N}][\p{L}\p{N} _\-\.:/+'']*[\p{L}\p{N}]$'
27412736
description:
27422737
description: A human-readable description of the policy.
@@ -2856,7 +2851,6 @@ components:
28562851
type: string
28572852
example: context.topic.name.endsWith('my_suffix')
28582853
maxLength: 1000
2859-
minLength: 1
28602854
nullable: true
28612855
x-expression:
28622856
type: boolean
@@ -2927,7 +2921,6 @@ components:
29272921
description: A unique user-defined name of the policy.
29282922
type: string
29292923
maxLength: 255
2930-
minLength: 1
29312924
x-unicode-pattern: '^[\p{L}\p{N}][\p{L}\p{N} _\-\.:/+'']*[\p{L}\p{N}]$'
29322925
description:
29332926
description: A human-readable description of the policy.
@@ -3140,7 +3133,6 @@ components:
31403133
description: A unique user-defined name of the policy.
31413134
type: string
31423135
maxLength: 255
3143-
minLength: 1
31443136
x-unicode-pattern: '^[\p{L}\p{N}][\p{L}\p{N} _\-\.:/+'']*[\p{L}\p{N}]$'
31453137
description:
31463138
description: A human-readable description of the policy.
@@ -3161,7 +3153,6 @@ components:
31613153
type: string
31623154
example: 'context.topic.name.endsWith("my_suffix") && records.headers["x-flag"] == "a-value"'
31633155
maxLength: 1000
3164-
minLength: 1
31653156
x-expression:
31663157
type: boolean
31673158
fields:
@@ -3207,7 +3198,6 @@ components:
32073198
description: A unique user-defined name of the policy.
32083199
type: string
32093200
maxLength: 255
3210-
minLength: 1
32113201
x-unicode-pattern: '^[\p{L}\p{N}][\p{L}\p{N} _\-\.:/+'']*[\p{L}\p{N}]$'
32123202
description:
32133203
description: A human-readable description of the policy.
@@ -3228,7 +3218,6 @@ components:
32283218
type: string
32293219
example: 'context.topic.name.endsWith("my_suffix") && records.headers["x-flag"] == "a-value"'
32303220
maxLength: 1000
3231-
minLength: 1
32323221
x-expression:
32333222
type: boolean
32343223
fields:
@@ -3278,7 +3267,6 @@ components:
32783267
description: A unique user-defined name of the policy.
32793268
type: string
32803269
maxLength: 255
3281-
minLength: 1
32823270
x-unicode-pattern: '^[\p{L}\p{N}][\p{L}\p{N} _\-\.:/+'']*[\p{L}\p{N}]$'
32833271
description:
32843272
description: A human-readable description of the policy.
@@ -3309,7 +3297,6 @@ components:
33093297
type: string
33103298
example: record.value.content.foo.bar == "a-value"
33113299
maxLength: 1000
3312-
minLength: 1
33133300
x-expression:
33143301
type: boolean
33153302
fields:
@@ -3339,7 +3326,6 @@ components:
33393326
description: A unique user-defined name of the policy.
33403327
type: string
33413328
maxLength: 255
3342-
minLength: 1
33433329
x-unicode-pattern: '^[\p{L}\p{N}][\p{L}\p{N} _\-\.:/+'']*[\p{L}\p{N}]$'
33443330
description:
33453331
description: A human-readable description of the policy.
@@ -3370,7 +3356,6 @@ components:
33703356
type: string
33713357
example: record.value.content.foo.bar == "a-value"
33723358
maxLength: 1000
3373-
minLength: 1
33743359
x-expression:
33753360
type: boolean
33763361
fields:
@@ -3404,7 +3389,6 @@ components:
34043389
description: A unique user-defined name of the policy.
34053390
type: string
34063391
maxLength: 255
3407-
minLength: 1
34083392
x-unicode-pattern: '^[\p{L}\p{N}][\p{L}\p{N} _\-\.:/+'']*[\p{L}\p{N}]$'
34093393
description:
34103394
description: A human-readable description of the policy.
@@ -3425,7 +3409,6 @@ components:
34253409
type: string
34263410
example: record.value.content.foo.bar == "a-value"
34273411
maxLength: 1000
3428-
minLength: 1
34293412
x-expression:
34303413
type: boolean
34313414
fields:
@@ -3453,7 +3436,6 @@ components:
34533436
description: A unique user-defined name of the policy.
34543437
type: string
34553438
maxLength: 255
3456-
minLength: 1
34573439
x-unicode-pattern: '^[\p{L}\p{N}][\p{L}\p{N} _\-\.:/+'']*[\p{L}\p{N}]$'
34583440
description:
34593441
description: A human-readable description of the policy.
@@ -3474,7 +3456,6 @@ components:
34743456
type: string
34753457
example: record.value.content.foo.bar == "a-value"
34763458
maxLength: 1000
3477-
minLength: 1
34783459
x-expression:
34793460
type: boolean
34803461
fields:
@@ -3551,7 +3532,6 @@ components:
35513532
description: A unique user-defined name of the policy.
35523533
type: string
35533534
maxLength: 255
3554-
minLength: 1
35553535
x-unicode-pattern: '^[\p{L}\p{N}][\p{L}\p{N} _\-\.:/+'']*[\p{L}\p{N}]$'
35563536
description:
35573537
description: A human-readable description of the policy.
@@ -3582,7 +3562,6 @@ components:
35823562
type: string
35833563
example: 'context.topic.name.endsWith("my_suffix") && records.headers["x-flag"] == "a-value"'
35843564
maxLength: 1000
3585-
minLength: 1
35863565
x-expression:
35873566
type: boolean
35883567
fields:
@@ -3610,7 +3589,6 @@ components:
36103589
description: A unique user-defined name of the policy.
36113590
type: string
36123591
maxLength: 255
3613-
minLength: 1
36143592
x-unicode-pattern: '^[\p{L}\p{N}][\p{L}\p{N} _\-\.:/+'']*[\p{L}\p{N}]$'
36153593
description:
36163594
description: A human-readable description of the policy.
@@ -3631,7 +3609,6 @@ components:
36313609
type: string
36323610
example: 'context.topic.name.endsWith("my_suffix") && records.headers["x-flag"] == "a-value"'
36333611
maxLength: 1000
3634-
minLength: 1
36353612
x-expression:
36363613
type: boolean
36373614
fields:
@@ -3703,7 +3680,6 @@ components:
37033680
description: A unique user-defined name of the policy.
37043681
type: string
37053682
maxLength: 255
3706-
minLength: 1
37073683
x-unicode-pattern: '^[\p{L}\p{N}][\p{L}\p{N} _\-\.:/+'']*[\p{L}\p{N}]$'
37083684
description:
37093685
description: A human-readable description of the policy.
@@ -3724,7 +3700,6 @@ components:
37243700
type: string
37253701
example: context.auth.principal.name == "this-user"
37263702
maxLength: 1000
3727-
minLength: 1
37283703
x-expression:
37293704
type: boolean
37303705
fields:

api-specs/konnect/portal-management/v3/openapi.yaml

Lines changed: 3 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@272b65b4e8f8824decfee08208b46d72954731f5
10-
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/272b65b4e8f8824decfee08208b46d72954731f5'
9+
x-oas-source: kong/platform-api@b4016a6364a5babc31b78a52b072e6cd046b7481
10+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/b4016a6364a5babc31b78a52b072e6cd046b7481'
1111
servers:
1212
- url: 'https://us.api.konghq.com/v3'
1313
description: United-States Production region
@@ -5239,7 +5239,7 @@ components:
52395239
type: boolean
52405240
default: true
52415241
try_it_insomnia:
5242-
description: Enables users to open the API spec in Insomnia to explore and send requests with the native client.
5242+
description: Enables users to open API specifications in Insomnia to explore and send requests with the native client. Only public API specifications are supported.
52435243
type: boolean
52445244
default: true
52455245
infinite_scroll:

0 commit comments

Comments
 (0)