Skip to main content
PATCH
/
streaming
/
live_streams
/
v1
/
{live_stream_id}
cURL
curl --request PATCH \
  --url https://api.mottostreaming.com/streaming/live_streams/v1/{live_stream_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "live_stream_id": "<string>",
  "update_mask": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

live_stream_id
string
required

Body

application/json
live_stream_id
string
required
live_stream
object
update_mask
string<field-mask>

Response

OK

live_stream
object