Update a simulcast

Updates the status of a specific simulcast linked to a parent live stream. You can enable or disable the simulcast at any time while the parent stream is active or idle. After the live stream is disabled, the simulcast can no longer be modified. Webhook event: <a href="https://fastpix.com/docs/webhooks/live-events#videolive_streamsimulcast_targetupdated">video.live_stream.simulcast_target.updated</a> #### Example When a `PATCH` request is made to this endpoint, the API updates the status of the simulcast. This can be useful for pausing or resuming a simulcast on a particular platform without stopping the parent live stream.

Authentication

AuthorizationBasic
FastPix APIs are secured with Basic Authentication. Use your Access Token ID as the username and Secret Key as the password in the Authorization header of each API request. - <b>Username:</b> Access Token ID - <b>Password:</b> Secret Key Activate your FastPix account to generate your API credentials. <a href="https://fastpix.com/docs/getting-started/activate-your-account" target="_blank">See the guide here</a>

Path parameters

streamIdstringRequired
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
simulcastIdstringRequired
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.

Request

This endpoint expects an object.
isEnabledbooleanOptionalDefaults to true
When set to false, the simulcast is disabled for the specified stream.
metadatamap from strings to stringsOptional

You can search for videos with specific key-value pairs using metadata, when you tag a video in “key”:“value” pairs.

Response

Stream's simulcast details fetched successfully
successboolean
Shows the request status. Returns true for success and false for failure.
dataobject
Displays the result of the request.