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