Update block version details
PUT {{baseUrl}}/api/:projectId/impulse/block-versions/:blockType/:blockId
Update the details of a block version
Request Body
{"id"=>"<integer>", "primaryVersion"=>"<boolean>", "name"=>"<string>", "description"=>"<string>", "dsp"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "axes"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "input"=>"<number>", "windowSizeMs"=>"<integer>", "windowIncreaseMs"=>"<integer>", "frequencyHz"=>"<integer>", "classificationWindowIncreaseMs"=>"<integer>", "padZeros"=>"<boolean>", "imageWidth"=>"<integer>", "imageHeight"=>"<integer>", "resizeMode"=>"<string>", "resizeMethod"=>"<string>", "cropAnchor"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}