File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 88
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/mux%2Fmux-b018de0ba821f7870683b15c853475a86435bd65d3eaf5bb024dff79f6b7027f .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/mux%2Fmux-a1e3885fc0fe2c15dfd6a78abd580bc4d8a1ec2db4b6ee808a970e45359313c7 .yml
Original file line number Diff line number Diff line change @@ -806,7 +806,7 @@ export interface LiveStreamUpdateParams {
806
806
807
807
/**
808
808
* Updates the new asset settings to use to generate a new asset for this live
809
- * stream. Only the `mp4_support` setting may be updated.
809
+ * stream. Only the `mp4_support` and `master_access` settings may be updated.
810
810
*/
811
811
new_asset_settings ?: LiveStreamUpdateParams . NewAssetSettings ;
812
812
@@ -856,9 +856,14 @@ export interface LiveStreamUpdateParams {
856
856
export namespace LiveStreamUpdateParams {
857
857
/**
858
858
* Updates the new asset settings to use to generate a new asset for this live
859
- * stream. Only the `mp4_support` setting may be updated.
859
+ * stream. Only the `mp4_support` and `master_access` settings may be updated.
860
860
*/
861
861
export interface NewAssetSettings {
862
+ /**
863
+ * Add or remove access to the master version of the video.
864
+ */
865
+ master_access ?: 'temporary' | 'none' ;
866
+
862
867
/**
863
868
* Specify what level of support for mp4 playback should be added to new assets
864
869
* generated from this live stream.
You can’t perform that action at this time.
0 commit comments