Complete artifact upload
POST /v1/artifacts/uploads/{id}/complete
POST
/v1/artifacts/uploads/{id}/complete
Finalize and verify upload
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Upload ID
Request Body required
Section titled “Request Body required ”object
checksum
required
SHA-256 checksum of the uploaded file
string
checksumAlgorithm
string
Responses
Section titled “ Responses ”Upload completed
object
artifactRef
required
string
verified
boolean
Bad request
object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{ "code": "BAD_REQUEST", "message": "Invalid request parameters"}Unauthorized
object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{ "code": "UNAUTHORIZED", "message": "Authentication required"}Not found
object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{ "code": "NOT_FOUND", "message": "Resource not found"}Internal server error
object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{ "code": "INTERNAL_ERROR", "message": "An internal error occurred"}