13 lines
339 B
YAML
13 lines
339 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/meet/api/v1/rooms/room-id-123
|