13 lines
363 B
YAML
13 lines
363 B
YAML
description: Room member added successfully
|
|
content:
|
|
application/json:
|
|
schema:
|
|
$ref: '../schemas/meet-room-member.yaml'
|
|
headers:
|
|
Location:
|
|
description: URL of the newly added room member
|
|
schema:
|
|
type: string
|
|
format: uri
|
|
example: https://your-api.com/api/v1/rooms/room-123/members/abc123
|