Skip to main content

Update Stream

'update_stream' allows you to update a stream to your cluster. You can use GET or POST to supply the variables.

curl -X POST "https://zeuscluster.com/api/?auth=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX&c=update_stream" \ 
    -d "stream_guid=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" \ 
    -d "name=New Stream" \ 
    -d "notes=This is an awesome stream." \ 
    -d "record_stream=yes" \
    -d "ai_monitor=no" \
    -d "is_banned=no" \
{
    "status": "success",
    "message": "stream has been updated"
}