Skip to main content

ExportCaseUpdateBody

Request body for updating an existing export case.

name object

Updated friendly name of the export case

anyOf
string

Possible values: <= 100 characters

description object

Updated description of the export case

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