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,
      /* ... */
    }
  }
}
Language
Authorization
Click Try It! to start a request and see the response here!