sharedsignals
sharedsignals copied to clipboard
SSF: Example of Update Stream Status Response
Below is the current example of update stream status response (Figure 34) in the SSF specification.
HTTP/1.1 200 OK
Content-Type: application/json
Cache-Control: no-store
{
"stream_id": "f67e39a0a4d34d56b3aa1bc4cff0069f",
"status": "paused",
}
The example should be modified by either (1) removing the comma after "paused" or (2) adding the "reason" property after the "status" property.