Skip to content

Commit a466fde

Browse files
feat(api): OpenAPI spec update via Stainless API (#406)
1 parent 99450f3 commit a466fde

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 95
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/mux%2Fmux-18719ca6ce788802354c14b482fb6fd5d333a613f13991115df9c805d7ab5a69.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/mux%2Fmux-dcdbbcabe09e395ff040cb84826269403058791409156befca8dd464a877bd97.yml

src/resources/video/uploads.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ export interface UploadCreateParams {
131131

132132
new_asset_settings?: AssetsAPI.AssetOptions;
133133

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+
*/
134138
test?: boolean;
135139

136140
/**

0 commit comments

Comments
 (0)