Skip to main content
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,
	}'