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 i64table starting with the element at index 10:POST to https://1.2.3.4/api/v1/device/strategy/tables/int64s/i64table/_string?startIndex=10 with body of the POST request set to [ "1", "2", "3" ]
post/device/strategy/tables/int64s/{tableName}/_string
Path parameters
tableNamestring required
Name of integer64 table to write; starting index may be specified
Query parameters
startIndexinteger
Index of first element to write; default is 0.
Request body
string[] required
Response
OK