ConversionFileChangeRequestStructure
Version #1
Description:
Represent a single change wich should be executed on the referenced converted file.
Fields:
action
: Enum<keep | rewrite> [Required]- Description: Defines what action should be executed for the referenced file.
attributes
: Map<String, String> [Optional]- Description: Optional attributes of the file. This may be used for presenting it on the web interface.
content
: Lazy<Binary> [Optional]- Description: When rewriting a file, this should represent the new file’s content. When it is null, only the metadata is overridden.
group
: String [Required]- Description: Defines the group of the converted file. (Should match the regex:
[a-zA-Z0-9]{1,20}
and not reference theroot
group.)
mimeType
: String [Optional]- Description: Defines the mime type of the file.
originResourceId
: String [Optional]- Description: Defines the origin resource id. This defines a necessary connection to a resource to correctly handle the converted files.
null
will connect the file with the category.
path
: String [Required]- Description: Defines the path of the file within a group. Always separate the path with
/
.