Report uploaded parts

This call allows you to report the upload of multiple code packages.

📘

If you are using Seven Bridges Platform EU, please use the following endpoint: https://eu-api.sbgenomics.com/v2/automation/upload/{upload_id}

Example request body

{
    "parts":[
        {
            "part_number":1,
            "response":{
                "headers":{
                    "ETag":"8f1b6da3009555a413e8b01a27d30b0c"
                }
            }
        }
    ]
}

Response

See a list of Seven Bridges Platform-specific response codes that may be contained in the body of the response.

Language