openvidu/backend/openapi/components/responses/internal/error-invalid-refresh-token.yaml

9 lines
264 B
YAML

description: Bad Request — The refresh token is missing or invalid
content:
application/json:
schema:
$ref: ../../schemas/error.yaml
example:
error: Refresh Token Error
message: 'No refresh token provided'