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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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