---
title: "POST /device/strategy/tables/floats/{tableName}"
method: POST
path: "/device/strategy/tables/floats/{tableName}"
tags: ["all", "tables"]
---

# POST /device/strategy/tables/floats/{tableName}

`POST /device/strategy/tables/floats/{tableName}`

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 ]

## Path parameters

- `tableName` string, required

## Query parameters

- `startIndex` integer

## Request body

- number[]

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/opto22/apis/pac.md) · [All operations](https://skmtc.net/opto22/apis/pac/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opto22/pac/revisions/2288d966c8f4/schema)
