Skip to content

Commit 2fe0db0

Browse files
authored
feat(sdk): automated oas update (#3254)
Co-authored-by: kong[bot] <123129154+kong[bot]@users.noreply.github.com>
1 parent 80bd4a1 commit 2fe0db0

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

api-specs/konnect/ksearch/v1/openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,12 @@ components:
505505
email: sonia.engineer@test.com
506506
preferred_name: ''
507507
updated_at: '2023-07-19T00:00:00.00Z'
508+
- id: c0010105-e840-4824-b7ee-787f22267c39
509+
type: system_account
510+
name: System Account 1
511+
attributes:
512+
created_at: '2023-05-10T12:00:00.00Z'
513+
updated_at: '2023-05-10T12:00:00.00Z'
508514
meta:
509515
page:
510516
size: 3

api-specs/konnect/service-catalog/v1/openapi.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3441,6 +3441,14 @@ components:
34413441
total: 3
34423442
size: 100
34433443
number: 1
3444+
SampleInstanceCreateDynatracePayload:
3445+
value:
3446+
integration_name: dynatrace
3447+
name: dynatrace
3448+
display_name: Dynatrace
3449+
description: Ingest SLOs from your Dynatrace environment for a unified view of service health and reliability.
3450+
config:
3451+
base_url: 'https://id.live.dynatrace.com'
34443452
SampleInstanceCreateTraceablePayload:
34453453
value:
34463454
integration_name: traceable
@@ -3620,6 +3628,25 @@ components:
36203628
display_name: SwaggerHub (Internal)
36213629
config:
36223630
role_arn: 'arn:aws:iam::084735895545:role/KonnectServiceCatalogRole'
3631+
SampleCreateDynatraceMultiKeyAuthPayload:
3632+
value:
3633+
type: multi_key_auth
3634+
config:
3635+
headers:
3636+
- name: authorization
3637+
key: dynatrace-api-key
3638+
SampleCreateDynatraceMultiKeyAuthResponse:
3639+
value:
3640+
id: 88c58c29-ff7d-4913-b3d7-8affc279dd56
3641+
type: multi_key_auth
3642+
missing_permissions: []
3643+
tainted: false
3644+
expires_at: null
3645+
created_at: '2022-11-04T20:10:06.927Z'
3646+
integration_instance:
3647+
id: 70ecc595-4280-4872-8b80-87b2e57dba3f
3648+
name: dynatrace
3649+
display_name: Dynatrace
36233650
GitLabSelfManagedAuthConfigPayload:
36243651
value:
36253652
type: oauth
@@ -3981,6 +4008,8 @@ components:
39814008
$ref: '#/components/examples/SampleInstanceCreateSlackPayload'
39824009
Traceable:
39834010
$ref: '#/components/examples/SampleInstanceCreateTraceablePayload'
4011+
Dynatrace:
4012+
$ref: '#/components/examples/SampleInstanceCreateDynatracePayload'
39844013
UpdateIntegrationInstanceRequest:
39854014
required: true
39864015
content:
@@ -4005,6 +4034,8 @@ components:
40054034
$ref: '#/components/examples/SampleCreateTraceableMultiKeyAuthPayload'
40064035
AwsApiGateway:
40074036
$ref: '#/components/examples/SampleCreateAWSRoleDelegationAuthPayload'
4037+
Dynatrace:
4038+
$ref: '#/components/examples/SampleCreateDynatraceMultiKeyAuthPayload'
40084039
UpsertIntegrationInstanceAuthConfigRequest:
40094040
required: true
40104041
content:
@@ -4153,6 +4184,8 @@ components:
41534184
$ref: '#/components/examples/SampleCreateSwaggerHubMultiKeyAuthResponse'
41544185
AwsApiGateway:
41554186
$ref: '#/components/examples/SampleCreateAWSRoleDelegationAuthResponse'
4187+
Dynatrace:
4188+
$ref: '#/components/examples/SampleCreateDynatraceMultiKeyAuthResponse'
41564189
IntegrationInstanceAuthConfigResponse:
41574190
description: A response containing integration instance auth config.
41584191
content:

0 commit comments

Comments
 (0)