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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;}