openvidu/backend/openapi/components/responses/error-room-not-found.yaml

9 lines
194 B
YAML

description: Room not found
content:
application/json:
schema:
$ref: '../schemas/error.yaml'
example:
code: 404
message: 'Room not found'