v1
latestSwagger 2.02026-07-14551955.6 KBall
tables
Write table elements
Examples
- Write the values (1.5, 2.4, 3.5) to 3 consecutive elements in a table named ftable starting with the element at index 10:POST to https://1.2.3.4/api/v1/device/strategy/tables/floats/ftable?startIndex=10 with body of the POST request set to [ 1.5, 2.4, 3.5 ]
post/device/strategy/tables/floats/{tableName}
Path parameters
tableNamestring required
Name of float table to write; starting index may be specified
Query parameters
startIndexinteger
Index of first element to write (default is 0)
Request body
number[] required
Response
OK