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

8 lines
225 B
YAML

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