14 lines
375 B
YAML
14 lines
375 B
YAML
name: X-Fields
|
|
in: header
|
|
description: >
|
|
Comma-separated list of **Room** fields to include in the response.
|
|
Use this header to request only the data you need, reducing payload size and improving performance.
|
|
|
|
required: false
|
|
schema:
|
|
type: string
|
|
examples:
|
|
basic:
|
|
value: 'roomId,roomName,accessUrl'
|
|
summary: Only return basic room information
|