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,
}'
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,
}'
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,
}'
Was this page helpful?