v1

latestOpenAPI 3.0.02026-07-14184214216.1 KB
data

Edit a formula

Replace a column created using a formula with a new formula.

post/dataset/{handle}/formula/edit/{column}

Path parameters

handlestring required

Handle of sheet on which to compute formula

columnstring required

Column to edit

Request body

afterColumnIdstring
columnNamestring

column name for output

formulastring

e.g. E * 2

literalFormulastring

e.g. Price * 2

Response

OK

Messagestring
Successboolean