Skip to content

Commit

Permalink
feat(sdk): automated oas update (#7754)
Browse files Browse the repository at this point in the history
  • Loading branch information
kong-apiops authored Aug 16, 2024
1 parent cb147ab commit 0e92987
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions api-specs/Konnect/v2/yaml/application-auth-strategies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1407,6 +1407,8 @@ components:
items:
type: string
maxLength: 64
labels:
$ref: '#/components/schemas/Labels'
AppAuthStrategyKeyAuthRequest:
title: AppAuthStrategyKeyAuthRequest
description: Request for creating a Key Auth Application Auth Strategy
Expand Down Expand Up @@ -1435,6 +1437,8 @@ components:
properties:
key-auth:
$ref: '#/components/schemas/AppAuthStrategyConfigKeyAuth'
labels:
$ref: '#/components/schemas/Labels'
AppAuthStrategyKeyAuthResponse:
title: AppAuthStrategyKeyAuthResponse
description: >-
Expand All @@ -1450,6 +1454,7 @@ components:
- configs
- active
- dcr_provider
- labels
- created_at
- updated_at
properties:
Expand Down Expand Up @@ -1492,6 +1497,8 @@ components:
$ref: '#/components/schemas/DcrProviderDisplayName'
provider_type:
$ref: '#/components/schemas/DcrProviderType'
labels:
$ref: '#/components/schemas/Labels'
created_at:
$ref: '#/components/schemas/CreatedAt'
updated_at:
Expand Down Expand Up @@ -1528,6 +1535,8 @@ components:
nullable: true
type: string
format: uuid
labels:
$ref: '#/components/schemas/Labels'
AppAuthStrategyOpenIDConnectResponse:
title: AppAuthStrategyOpenIDConnectResponse
description: Response payload from creating an OIDC Application Auth Strategy
Expand All @@ -1541,6 +1550,7 @@ components:
- configs
- active
- dcr_provider
- labels
- created_at
- updated_at
properties:
Expand Down Expand Up @@ -1583,6 +1593,8 @@ components:
$ref: '#/components/schemas/DcrProviderDisplayName'
provider_type:
$ref: '#/components/schemas/DcrProviderType'
labels:
$ref: '#/components/schemas/Labels'
created_at:
$ref: '#/components/schemas/CreatedAt'
updated_at:
Expand Down Expand Up @@ -1624,6 +1636,8 @@ components:
$ref: '#/components/schemas/AuthStrategyName'
display_name:
$ref: '#/components/schemas/AuthStrategyDisplayName'
labels:
$ref: '#/components/schemas/LabelsUpdate'
dcr_provider_id:
nullable: true
type: string
Expand Down Expand Up @@ -2418,6 +2432,7 @@ components:
name: DCR provider 1
display_name: Credentials
provider_type: http
labels: {}
created_at: '2023-01-01T00:00:00.000Z'
updated_at: '2023-01-01T00:00:00.000Z'
ListAppAuthStrategyResponseExample1:
Expand All @@ -2443,6 +2458,7 @@ components:
name: DCR provider 1
display_name: Credentials
provider_type: http
labels: {}
created_at: '2023-01-01T00:00:00.000Z'
updated_at: '2023-01-01T00:00:00.000Z'
meta:
Expand Down

0 comments on commit 0e92987

Please sign in to comment.