v1

latestOpenAPI 3.0.12026-07-1729343.4 KB

changes a slider component

changes an existing slider component.

post/api/notebook/updateSliderVariable

Query parameters

notebookIdstring required

the notebook id

Request body

elementIdstring

the id of the slider element to change

variableNamestring

the new name of the variable for this slider. Should be unique and have no spaces or weird characters.

valuenumber required

the new value for this slider

unitstring

the new unit of the value

minnumber

the new minimum value this slider accepts

maxnumber

the new maximum value this slider accepts

stepnumber

the new step at which the user can change the value

Response

Ok