Edit Restream
PATCH/restreams/:restream_id
Create a Restream
Request
Path Parameters
restream_id stringrequired
- application/x-www-form-urlencoded
Body
name string
Name of Restream
Example:
Test
uri string
Url to Restream
Example:
rtmp://url-to-your-rtmp
active string
Choose if enable or disable restream (true|false)
Example:
true
Responses
- 200
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Loading...