# Stream Publish/Unpublish
Publish/Unpublish single stream in project
Reference API link: https://api.mov.mediaoutcast.com/documentation#/Streams/stream_publish (opens new window)
PATCH
/api/streams/{stream_id}/publish
KEY | TYPE | DESCRIPTION |
---|---|---|
published | string | true false |
Request body:
{
"published": true
}
Response:
{
"message": "Stream published.",
"published": true
}