/:
get:
summary: Root method
description: 'Auth: none'
tags:
- /
security: []
responses:
200:
description: Server is working
content:
application/json:
schema:
properties:
status:
type: string
example: 'API server up and running!'
500:
$ref: 'api.yaml#/components/responses/500'
/authorized:
summary: Checks authorization
description: 'Auth: all, levels: read, write, maintain, dev, admin'
description: Authorized
example: 'Authorization successful'
method:
example: 'basic'
401:
$ref: 'api.yaml#/components/responses/401'