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>" } '
{}
UpdateLiveStream
Updates live stream’s basic fields (i.e. name)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
OK