Array of objects that specifies:
-
A unique
name
(required) for theContent-Disposition
header of the part. -
A
value
(required) for the content of the part. -
mime
(optional for strings) for the mime type (for example,application/json
) to apply to content within the part. This setting can be used to transform the input type, for example, from JSON to XML. -
An optional
fileName
value that you can supply to thefilename
parameter in the part’sContent-Disposition
header.