We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99450f3 commit a466fdeCopy full SHA for a466fde
.stats.yml
@@ -1,2 +1,2 @@
1
configured_endpoints: 95
2
-openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/mux%2Fmux-18719ca6ce788802354c14b482fb6fd5d333a613f13991115df9c805d7ab5a69.yml
+openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/mux%2Fmux-dcdbbcabe09e395ff040cb84826269403058791409156befca8dd464a877bd97.yml
src/resources/video/uploads.ts
@@ -131,6 +131,10 @@ export interface UploadCreateParams {
131
132
new_asset_settings?: AssetsAPI.AssetOptions;
133
134
+ /**
135
+ * Indicates if this is a test Direct Upload, in which case the Asset that gets
136
+ * created will be a `test` Asset.
137
+ */
138
test?: boolean;
139
140
/**
0 commit comments