ExportCaseUpdateBody
Request body for updating an existing export case.
name object
Updated friendly name of the export case
- string
- null
string
Possible values: <= 100 characters
null
description object
Updated description of the export case
- string
- null
string
null
ExportCaseUpdateBody
{
"name": "string",
"description": "string"
}