11 lines
266 B
YAML

name: recordingIds
in: query
required: true
description: >
A comma-separated list of recording IDs.
Each recording ID must follow the format: `{roomId}--{egressId}--{uid}`.
schema:
type: string
example: 'room-123--EG_XYZ--XX445,room-123--EG_ZYX--XX446'