Move sample

POST {{baseUrl}}/api/:projectId/raw-data/:sampleId/move

Move a sample to another category (e.g. from test to training).

Request Body

{"newCategory"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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