Store the last segment length
POST {{baseUrl}}/api/:projectId/raw-data/:sampleId/store-segment-length
When segmenting a sample into smaller segments, store the segment length to ensure uniform segment lengths.
Request Body
{"segmentLength"=>"<number>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}