Rename sample
POST {{baseUrl}}/api/:projectId/raw-data/:sampleId/rename
Sets the file name of the sample. This name does not need to be unique, but it's highly recommended to do so.
Request Body
{"name"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}