Skip to content

Commit 1fe43bb

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): api update (#495)
1 parent 802475b commit 1fe43bb

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
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

src/resources/video/live-streams.ts

+7-2
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ export interface LiveStreamUpdateParams {
806806

807807
/**
808808
* 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.
810810
*/
811811
new_asset_settings?: LiveStreamUpdateParams.NewAssetSettings;
812812

@@ -856,9 +856,14 @@ export interface LiveStreamUpdateParams {
856856
export namespace LiveStreamUpdateParams {
857857
/**
858858
* 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.
860860
*/
861861
export interface NewAssetSettings {
862+
/**
863+
* Add or remove access to the master version of the video.
864+
*/
865+
master_access?: 'temporary' | 'none';
866+
862867
/**
863868
* Specify what level of support for mp4 playback should be added to new assets
864869
* generated from this live stream.

0 commit comments

Comments
 (0)