Report uploaded parts

This call allows you to report the upload multiple file parts at once.

📘

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

Example request body

{
  "parts": [
    {
      "part_number": 1,
      "response": {
        "headers": {
          "ETag": "1234e128411f2bace2sadfdabe610f30"
        }
      }
    },
    {
      "part_number": 2,
      "response": {
        "headers": {
          "ETag": "98768e5c06b6cc1234567fc48b3fabcd"
        }
      }
    }
  ]
}

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

Language