Update properties of a live streampatch https://api.jwplayer.com/v2/sites/{site_id}/live/broadcast/streams/{stream_id}/Update a selection of live stream propertiesPath Paramsstream_idstringrequiredlength between 8 and 8Unique alphanumeric ID of the live streamsite_idstringrequiredlength between 8 and 8Unique alphanumeric ID of the siteBody Paramsstream_startdate-time | nullDefaults to nullStart time for the stream in ISO 8601 format NOTE: This value can only be changed prior to starting the stream.stream_enddate-time | nullDefaults to nullEnd time for the stream in ISO 8601 format NOTE: This value can only be changed prior to stopping the stream.enable_live_to_vodboolean | nullDefaults to nullControls if a video on demand (VOD) asset is automatically created once the live stream ends NOTE: This value can only be changed prior to stopping the stream.truefalselive_to_vod_methodstring | nullenumDefaults to nullControls how Live-to-VOD capture is performed once the stream ends Possible values: hosted_capture: The stream is captured using the hosted capture flow. renditions_capture: The stream is captured directly from the output renditions. NOTE: This value can only be changed prior to stopping the stream.hosted_capturerenditions_captureAllowed:hosted_capturerenditions_captureResponses 200Success 400Invalid JSON request body 404Resource with ID supplied does not exist in account and object namespaceUpdated about 2 years ago