Skip to main content
PUT
Set a Sync List item

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

name
string
required

Unique name of the Sync List.

Pattern: ^[A-Za-z0-9._:-]+$
index
integer
required

Zero-based index of the item within the list.

Required range: x >= 0

Body

application/json

Write body for appending/replacing a Sync List item or publishing a Sync Stream message.

data
object
required

Arbitrary JSON object payload carried by a Sync object or item. Every Sync value is a JSON map (matching Twilio Sync). The serialised payload must not exceed 64 KiB.

Response

The updated Sync List item

data
object

A single append-indexed JSON-value item within a Sync List.

meta
object