Skip to content

Commit

Permalink
Automated OAS update: openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kong-apiops committed Oct 24, 2023
1 parent 0d1ab38 commit 93a29ac
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2159,22 +2159,28 @@ components:
for by applications.
type: array
items:
type: object
required:
- name
properties:
name:
type: string
enum:
- key-auth
- openid-connect
$ref: '#/components/schemas/RegistrationConfiguration'
required:
- id
- created_at
- updated_at
- name
- deprecated
- registration_configs
RegistrationConfiguration:
type: object
required:
- name
properties:
name:
type: string
enum:
- key-auth
- openid-connect
available_scopes:
type: array
items:
type: string
LatestVersion:
type: object
additionalProperties: false
Expand Down

0 comments on commit 93a29ac

Please sign in to comment.