Update a live relay
/v1/live-entities/:id/relays/:relay_id
PUT
https://api.uiza.io/api-live/owner/v1/live-entities/:id/relays/:relay_id
Path Parameters
Name
Type
Description
id
string
The identifier of the live entity you want to be updated.
relay_id
string
The identifier of the relay object.
Request Body
Name
Type
Description
name
string
The new name of relay to be updated.
url
string
The new RTMP server endpoint to be updated, make sure it included the rtmp://
prefix.
key
string
The key of your new RTMP server that you want the live entity relay to.
Sample Request
Last updated