Upload a section of file data
Upload portions of the intended file in a piecewise fashion. This route is idempotent in that any successive calls will overwrite previous ones for the same URL parameters. Chunks may be uploaded in any order, and may be uploaded in parallel. The body is the raw contents of the file at the given position matching the chunk number. The body must be the exact chunk size returned from the upload initiation response. All chunks must be this size except for the final one, which is naturally the file remainder.
Path parameters
The upload_id as returned in the Upload initiation response
the positional index of the chunk within the file. The first chunk is 0, the next 1, etc.
Headers
the SHA256 hash of the body contents for this request
The request tracking ID for APM.
The API version to use, format should be "YYYY-MM-DD"
Response
Successful chunk upload