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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}