PATCH
/
multistream
/
target
/
{id}
curl --request PATCH \
  --url https://livepeer.studio/api/multistream/target/{id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
		"name": "an updated name",
		"disabled": false,
	}'
This response has no body data.

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the multistream target

Body

application/json
name
string
url
string

Livepeer-compatible multistream target URL (RTMP(S) or SRT)

disabled
boolean

If true then this multistream target will not be used for pushing even if it is configured in a stream object.