11 lines
202 B
YAML
11 lines
202 B
YAML
info:
|
|
contact: {}
|
|
paths: {}
|
|
securityDefinitions:
|
|
Bearer:
|
|
description: Type "Bearer" followed by a space and the JWT token.
|
|
in: header
|
|
name: Authorization
|
|
type: apiKey
|
|
swagger: "2.0"
|