openvidu/backend/openapi/components/responses/unauthorized-error.yaml

9 lines
244 B
YAML

description: Unauthorized — Invalid API key or access token
content:
application/json:
schema:
$ref: '../schemas/error.yaml'
example:
error: Authentication Error
message: 'Unauthorized'