From c51615b9b1045b4e357908058ded0fb09e4174ce Mon Sep 17 00:00:00 2001 From: stainless-bot Date: Fri, 24 May 2024 21:39:54 +0000 Subject: [PATCH] feat(api): OpenAPI spec update via Stainless API --- .stats.yml | 2 +- src/resources/video/uploads.ts | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.stats.yml b/.stats.yml index 7be41063..9a7b5856 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 95 -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 diff --git a/src/resources/video/uploads.ts b/src/resources/video/uploads.ts index 1286e7f0..4ddf9697 100644 --- a/src/resources/video/uploads.ts +++ b/src/resources/video/uploads.ts @@ -131,6 +131,10 @@ export interface UploadCreateParams { new_asset_settings?: AssetsAPI.AssetOptions; + /** + * Indicates if this is a test Direct Upload, in which case the Asset that gets + * created will be a `test` Asset. + */ test?: boolean; /**