10 lines
238 B
YAML
10 lines
238 B
YAML
name: fields
|
|
in: query
|
|
description: >
|
|
Specifies which fields to include in the response for the room resource.
|
|
Provide a comma-separated list of field names.
|
|
required: false
|
|
schema:
|
|
type: string
|
|
example: 'roomId,moderatorUrl'
|