Skip to main content

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

anyOf
string
ExportCaseCreateBody
{
"name": "string",
"description": "string"
}