Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

ORG-ID
string
header
required

Headers

Idempotency-Key
string

Optional client dedupe key forwarded to the domain worker RPC for safe retries.

Path Parameters

project_id
string<uuid>
required
device_id
string<uuid>
required
table_id
string<uuid>
required

Body

application/json
rows
object[]
required
Required array length: 1 - 500 elements

Response

State rows accepted; downlink staged

Preferred shape for successful JSON responses is { ok, data, meta } with list metadata (e.g. pagination totals) in top-level meta, not nested under data.

data
object
required

Response payload; may be null for no-content successes.

meta
any | null
required

Top-level metadata (e.g. pagination); null when unused.

ok
enum<integer>
required
Available options:
1