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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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