ExportRecordingsBody
sourcePlayback source (string)
Possible values: [recordings, preview]
Default value:
recordingsname object
anyOf
- string
- null
string
Possible values: <= 256 characters
null
image_pathImage Path (string)
export_case_id object
ID of the export case to assign this export to
- string
- null
string
Possible values: <= 30 characters
null
ExportRecordingsBody
{
"source": "recordings",
"name": "string",
"image_path": "string",
"export_case_id": "string"
}