put https://secure.strateos.com//inventory/samples//
Editing Sample Metadata
The body of the request should be a JSON structure containing one or more of the following fields:
{
"aliquot": {
"name": string,
"resource_id": id,
"set_properties": {
"<key1>": string | null,
"<key2>": string | null,
/* ... */
}
}
}