openvidu/backend/openapi/components/responses/success-create-room.yaml

13 lines
331 B
YAML

description: Room created successfully
content:
application/json:
schema:
$ref: '../schemas/meet-room.yaml'
headers:
Location:
description: URL of the newly created room
schema:
type: string
format: uri
example: https://your-api.com/api/v1/rooms/room-123