Upload file to batch

PUT

Upload a file to a batch or update the contents of a previously uploaded file in a batch.

Files can be uploaded one at a time and the suggested max size for each file is 10 MB. For larger files, see Multipart file upload.

Path parameters

batch_idintegerRequired

The batch ID.

filenamestringRequired

A user-defined name for the file. Include the file extension.

Request

This endpoint expects binary data of type application/octet-stream.