API reference
Update data stream content
PUT https://datastream.singular.live/datastreams/:datastreamPrivateToken
Send data to a data stream.
Path Parameters
Name
Type
Description
datastreamPrivateToken*
String
Private data stream token
Example request body
{
"number": 123,
"text": "this is text",
"isActive": true,
"color": "#3333ff"
}Last updated
Was this helpful?