cURL
curl --request POST \ --url https://app.onecodex.com/api/v1/samples/confirm_upload \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "sample_id": "<string>", "upload_type": "standard" } '
{ "message": "<string>", "sample": { "type": "<unknown>", "pattern": "<unknown>" }, "success": true }
For internal use only.
standard
Successful operation
A detailed success or failure message.
A reference to the $uri of the uploaded sample.
$uri
Show child attributes
Whether the upload was successful.