Declare Authorization scheme in OpenAPI
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Quentin 2022-09-12 17:24:44 +02:00
parent bbe38a9b30
commit a628359122
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -429,11 +429,13 @@ paths:
content: content:
application/json: application/json:
schema: schema:
$ref: '#/components/schemas/KeyInfo' $ref: '#/components/schemas/KeyInfo'
components: components:
securitySchemes:
bearerAuth:
type: http
scheme: bearer
schemas: schemas:
NodeNetworkInfo: NodeNetworkInfo:
type: object type: object
@ -554,7 +556,10 @@ components:
owner: owner:
type: boolean type: boolean
example: false example: false
security:
- bearerAuth: []
servers: servers:
- description: A local server - description: A local server
url: http://localhost:3903/v0/ url: http://localhost:3903/v0/