Edit label

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

Sets the label (also known as class) of the sample. Use the same label for similar types of data, as they are used during training.

Request Body

{"label"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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