v1
latestSwagger 2.02026-07-14551955.6 KBall
tables
"Write a range of table elements"
Examples
- Write the values ("first", "second", "third") to 3 consecutive elements in a table named strTable starting with the element at index 10:POST to https://1.2.3.4/api/v1/device/strategy/tables/strings/strtable?startIndex=10 with body of the POST request set to [ "first", "second", "third" ]
post/device/strategy/tables/strings/{tableName}
Path parameters
tableNamestring required
Name of string 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 - but check details for any error messages