Overview
The upload verification endpoint is the final step in the build upload process, for both single part and multipart uploads. It verifies that all parts have been successfully uploaded, and creates the final build record in Buildstash.Notes
- For multipart uploads, all parts with ETags must be included in the
multipart_chunks
array - ETags must match exactly what was returned from the upload requests
- Some builds may take a short delay to process, indicated by
pending_processing: true
Authorizations
App-specific auth token. Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Upload verification request
The body is of type object
.
Response
Upload verification successful
The response is of type object
.