Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions api-specs/konnect/event-gateway/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ info:
contact:
name: Kong
url: 'https://cloud.konghq.com'
x-oas-source: kong/platform-api@6071deefac069662eeb4c62ea0a0ed67eaca705d
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/6071deefac069662eeb4c62ea0a0ed67eaca705d'
x-oas-source: kong/platform-api@0213ffbc9d4858634a08845d1407b2a9d7acc625
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/0213ffbc9d4858634a08845d1407b2a9d7acc625'
servers:
- url: 'https://us.api.konghq.com/v1'
description: United-States Production region
Expand Down Expand Up @@ -1732,6 +1732,7 @@ components:
type: array
items:
type: string
minLength: 1
minItems: 1
EventGatewayListenerPorts:
description: |
Expand Down Expand Up @@ -3722,6 +3723,7 @@ components:
type: array
items:
$ref: '#/components/schemas/EventGatewayACLRule'
minItems: 1
required:
- rules
EventGatewayACLRule:
Expand Down Expand Up @@ -4789,6 +4791,7 @@ components:
A literal value or a reference to an existing secret as a template string expression.
The value is stored and returned by the API as-is, not treated as sensitive information.
type: string
minLength: 1
x-examples:
reference:
summary: Reference to a secret
Expand All @@ -4807,6 +4810,7 @@ components:
If provided as an expression, the expression itself is stored and returned by the API.
type: string
example: '${vault.env[''MY_ENV_VAR'']}'
minLength: 1
x-expression:
type: string
fields:
Expand Down
7 changes: 4 additions & 3 deletions api-specs/konnect/identity/v3/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ info:
contact:
name: Kong
url: 'https://konghq.com'
x-oas-source: kong/platform-api@7d824963a8659aaf8b9db42df1c777b078a7413f
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/7d824963a8659aaf8b9db42df1c777b078a7413f'
x-oas-source: kong/platform-api@a3242e0831b3701ebb62066c39c05da0ce00bee8
x-oas-source-link: 'https://github.com/Kong/platform-api/commit/a3242e0831b3701ebb62066c39c05da0ce00bee8'
servers:
- url: 'https://global.api.konghq.com/v3'
description: Global Base URL
Expand Down Expand Up @@ -4707,6 +4707,7 @@ components:
updated_at: '2022-08-02T08:35:49Z'
expires_at: '2022-12-31T12:52:23Z'
last_used_at: '2022-10-24T13:05:42Z'
token: spat_12345678901234567890123456789012345678901234567890
title: System Account Access Token Created Response
examples:
Sample Access Token:
Expand All @@ -4717,7 +4718,7 @@ components:
updated_at: '2019-08-24T14:15:22Z'
expires_at: '2019-08-24T14:15:22Z'
last_used_at: '2019-08-24T14:15:22Z'
token: npat_12345678901234567890123456789012345678901234567890
token: spat_12345678901234567890123456789012345678901234567890
MeOrganization:
description: Me Organization
content:
Expand Down
Loading