ExportCaseCreateBody
Request body for creating a new export case.
nameName (string)required
Friendly name of the export case
Possible values: <= 100 characters
description object
Optional description of the export case
- string
- null
string
null
ExportCaseCreateBody
{
"name": "string",
"description": "string"
}