From c966690a994496b0c4b32aa2410b04b587b84f80 Mon Sep 17 00:00:00 2001 From: kong-apiops <122612077+kong-apiops@users.noreply.github.com> Date: Fri, 10 Nov 2023 16:18:23 +0000 Subject: [PATCH] Automated OAS update: openapi.yaml --- openapi.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 4fca68a..8a041fb 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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. @@ -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 @@ -3475,6 +3485,10 @@ components: title: Gone instance: konnect:trace:8988732526256293040 detail: The token has expired + RegisterDeveloperRequestExample1: + value: + email: dev@company.com + full_name: Dev Smith ProductActionsExample: value: actions: