Write cloud-authoritative edge state rows to a device table
Persists cloud-originated state rows for one device table lineage (table_id is
edge_table_lineages.id) and stages an MQTT downlink for the device. Handled by the
edge worker (WriteEdgeStateRows RPC), not the integrations worker. Send
Idempotency-Key on retries so duplicate submissions dedupe safely.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Optional client dedupe key forwarded to the domain worker RPC for safe retries.
Path Parameters
Body
1 - 500 elementsResponse
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.