-
Notifications
You must be signed in to change notification settings - Fork 310
Closed
Description
I don't know if it's a missing features or a bug but OAuth2 scopes don't show up. See Security
section in the yaml.
get:
tags:
- APIs
summary: List all Services
operationId: listApis
parameters:
- in: query
name: page
schema:
type: integer
default: 1
minimum: 1
description: The location of page to be searched.
example: 5
required: false
- in: query
name: size
schema:
type: integer
default: 20
minimum: 1
maximum: 2000
example: 100
description: Number of records per page.
required: false
- in: query
name: sort
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/Page.GetApisResponse'
security:
- Bearer:
- admin
- OAuth2:
- admin
Metadata
Metadata
Assignees
Labels
No labels