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 Nov 7, 2023
1 parent f4a53b3 commit fb7731b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,9 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/RegisterPayload'
examples:
RegisterDeveloperRequestExample1:
$ref: '#/components/examples/RegisterDeveloperRequestExample1'
responses:
'201':
description: the developer has been properly registered.
Expand Down Expand Up @@ -2768,6 +2771,13 @@ components:
description: The product version id required for registration.
type: string
format: uuid
scopes:
description: >-
The requested scopes for the registration, requires
developer_managed_scopes to be enabled.
type: array
items:
type: string
ListRegistrationsResponse:
additionalProperties: false
type: object
Expand Down Expand Up @@ -3475,6 +3485,10 @@ components:
title: Gone
instance: konnect:trace:8988732526256293040
detail: The token has expired
RegisterDeveloperRequestExample1:
value:
email: [email protected]
full_name: Dev Smith
ProductActionsExample:
value:
actions:
Expand Down

0 comments on commit fb7731b

Please sign in to comment.