Helpers

Create Helpers

register is overridden so no actionPost needed

post/api/v2/helper/importFile

Headers

Upload-Metadatastring required

The Upload-Metadata header contains one or more comma-separated key-value pairs. Each pair is formatted as <key> <base64(value)>, where: - key is a string without spaces. - value is base64-encoded

Upload-Lengthinteger

The total size of the upload in bytes. Must be a positive integer. Required if Upload-Defer-Length is not set.

Upload-Defer-Lengthinteger

Indicates that the upload length is not known at creation time. Value must be 1. If present, Upload-Length must be omitted.

Request body

ImportFileHelperAPI required

Response

successful operation

Changes