files

Complete a multipart file upload.

Complete a multipart file upload.

post/files/{owner}/{repo}/{identifier}/complete/

Request body

filenamestring required

Filename for the package file upload.

md5_checksumstring

MD5 checksum for a POST-based package file upload.

method'put_parts' | 'put' | 'post' | 'presigned' | 'unsigned_put'

The method to use for package file upload.

sha256_checksumstring

SHA256 checksum for a PUT-based package file upload.

Response

The multipart upload was completed successfully.

identifierstring uri

The identifier for the file to use when creating packages

upload_fieldsobject nullable

The dictionary of fields that must be sent with POST uploads

upload_headersobject nullable

The dictionary of headers that must be sent with uploads

upload_querystringstring nullable

The querystring to use for the next-step POST or PUT upload

upload_urlstring uri

The URL to use for the next-step POST or PUT upload

Changes

No recorded changes to this endpoint across all 1 revision of this API.