cURL
curl --request POST \ --url https://api.example.com/api/v1/samples/confirm_upload \ --header 'Content-Type: application/json' \ --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.