PATCH
/
stream
/
{id}
curl --request PATCH \
  --url https://livepeer.studio/api/stream/{id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "record": true,
}'
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 stream

Body

application/json
creatorId
record
boolean

Should this stream be recorded? Uses default settings. For more customization, create and configure an object store.

suspended
boolean

If currently suspended

multistream
object
playbackPolicy
object

Whether the playback policy for a asset or stream is public or signed

profiles
object[]
userTags
object

User input tags associated with the stream