UpdateFileType
Updates file types. To update file types, specify the types of updates to make using UpdateFileTypeOperationGroup, then specify which file types to update.
To update a single file type, specify Name or Id. To update a list of file types, specify NameList or IdList.
Elements
UpdateFileOperationGroup
The tasks to perform.
NameList
ArrayOfString. The list of file types to update.
Name
String. The name of a single file type to update.
IgnoreMissing
Boolean. Specifies what to do if the specified file type does not exist. If True, BIRT iHub ignores the request. If False, the operation reports an error and stops. The default value is True.
IgnoreDup
Boolean. Specifies whether to report an error for a duplicate request. BIRT iHub always rejects a duplicate request regardless of the IgnoreDup setting. If True, BIRT iHub does not report an error. In a name list or ID list, True prevents BIRT iHub from performing duplicate operations. If False, BIRT iHub reports an error. The default value is False.