Files
Complete File Upload
Finalize the file upload process to a specific volume. Intended for internal use - rather use the cerebrium cp
command.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The parts of the file. Object { "part_number": int, "etag": string }
The unique identifier for the upload.
Response
200
OK