Skip to content

Commit 67b2fc6

Browse files
authored
Merge branch 'main' into fix/ai-gateway
2 parents 6baf599 + 1871a4e commit 67b2fc6

File tree

10 files changed

+12465
-6634
lines changed

10 files changed

+12465
-6634
lines changed

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

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
openapi: 3.0.3
22
info:
33
title: Konnect Application Auth Strategies
4-
version: 2.0.2
4+
version: 2.0.3
55
description: The API for Kong Konnect Portal Application Configuration
66
contact:
77
name: Kong
88
url: 'https://cloud.konghq.com'
9-
x-oas-source: kong/platform-api@c7059d359d4a307e726eb84e42ef5607c77542d4
10-
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/c7059d359d4a307e726eb84e42ef5607c77542d4'
9+
x-oas-source: kong/platform-api@a46b5bb334cf846ccf39fb109659f6a220120967
10+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/a46b5bb334cf846ccf39fb109659f6a220120967'
1111
servers:
1212
- url: 'https://us.api.konghq.com/v2'
1313
description: United-States Production region
@@ -686,16 +686,6 @@ components:
686686
$ref: '#/components/schemas/DcrConfigPropertyDisableRefreshSecret'
687687
additionalProperties: false
688688
title: CreateDcrConfigHttpInRequest
689-
DcrProviderType:
690-
description: 'The type of DCR provider. Can be one of the following - auth0, azureAd, curity, okta, http'
691-
type: string
692-
enum:
693-
- auth0
694-
- azureAd
695-
- curity
696-
- okta
697-
- http
698-
title: DcrProviderType
699689
DcrProviderBase:
700690
description: Properties common to all DCR Providers.
701691
type: object
@@ -1193,7 +1183,14 @@ components:
11931183
display_name:
11941184
$ref: '#/components/schemas/DcrProviderDisplayName'
11951185
provider_type:
1196-
$ref: '#/components/schemas/DcrProviderType'
1186+
description: The type of DCR provider.
1187+
type: string
1188+
enum:
1189+
- auth0
1190+
- azureAd
1191+
- curity
1192+
- okta
1193+
- http
11971194
required:
11981195
- id
11991196
- name
@@ -1289,7 +1286,14 @@ components:
12891286
display_name:
12901287
$ref: '#/components/schemas/DcrProviderDisplayName'
12911288
provider_type:
1292-
$ref: '#/components/schemas/DcrProviderType'
1289+
description: The type of DCR provider.
1290+
type: string
1291+
enum:
1292+
- auth0
1293+
- azureAd
1294+
- curity
1295+
- okta
1296+
- http
12931297
required:
12941298
- id
12951299
- name

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

Lines changed: 14 additions & 12 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@1a50c0a00fdbbab1b9d085e7bb215490eca69682
10-
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/1a50c0a00fdbbab1b9d085e7bb215490eca69682'
9+
x-oas-source: kong/platform-api@a46b5bb334cf846ccf39fb109659f6a220120967
10+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/a46b5bb334cf846ccf39fb109659f6a220120967'
1111
servers:
1212
- url: 'https://custom.example.com'
1313
description: Production
@@ -2208,6 +2208,17 @@ components:
22082208
- client_id
22092209
- client_secret
22102210
title: Refresh token response
2211+
CredentialListItem:
2212+
type: object
2213+
properties:
2214+
id:
2215+
$ref: '#/components/schemas/UUID'
2216+
display_name:
2217+
type: string
2218+
additionalProperties: false
2219+
required:
2220+
- id
2221+
- display_name
22112222
ListCredentialsResponse:
22122223
type: object
22132224
properties:
@@ -2216,16 +2227,7 @@ components:
22162227
data:
22172228
type: array
22182229
items:
2219-
type: object
2220-
additionalProperties: false
2221-
properties:
2222-
id:
2223-
$ref: '#/components/schemas/UUID'
2224-
display_name:
2225-
type: string
2226-
required:
2227-
- id
2228-
- display_name
2230+
$ref: '#/components/schemas/CredentialListItem'
22292231
additionalProperties: false
22302232
required:
22312233
- data

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

Lines changed: 14 additions & 12 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@db794d79217507e281f72d4b0b0df015b4800e2c
10-
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/db794d79217507e281f72d4b0b0df015b4800e2c'
9+
x-oas-source: kong/platform-api@a46b5bb334cf846ccf39fb109659f6a220120967
10+
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/a46b5bb334cf846ccf39fb109659f6a220120967'
1111
servers:
1212
- url: 'https://custom.example.com'
1313
description: Production
@@ -3197,6 +3197,17 @@ components:
31973197
example: 'kong:trace:1234567890'
31983198
detail:
31993199
example: Too Many Requests
3200+
CredentialListItem:
3201+
type: object
3202+
properties:
3203+
id:
3204+
$ref: '#/components/schemas/UUID'
3205+
display_name:
3206+
type: string
3207+
additionalProperties: false
3208+
required:
3209+
- id
3210+
- display_name
32003211
ListCredentialsResponse:
32013212
type: object
32023213
properties:
@@ -3205,16 +3216,7 @@ components:
32053216
data:
32063217
type: array
32073218
items:
3208-
type: object
3209-
additionalProperties: false
3210-
properties:
3211-
id:
3212-
$ref: '#/components/schemas/UUID'
3213-
display_name:
3214-
type: string
3215-
required:
3216-
- id
3217-
- display_name
3219+
$ref: '#/components/schemas/CredentialListItem'
32183220
additionalProperties: false
32193221
required:
32203222
- data

0 commit comments

Comments
 (0)