API reference

Update data stream content

PUT https://datastream.singular.live/datastreams/:datastreamPrivateToken

Send data to a data stream.

Path Parameters

NameTypeDescription

datastreamPrivateToken*

String

Private data stream token

Example request body

{
    "number": 123,
    "text": "this is text",
    "isActive": true,
    "color": "#3333ff"
}

You can send any JSON data in the request body and then define how it is processed in the composition script editor.

Last updated