Skip to content

Commit a3844c3

Browse files
committed
feat: add desc for resolution
1 parent eda5616 commit a3844c3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/openapi/descriptions/video.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ Supported configurations include:
134134
desc: `The URL to receive a one-time notification when the task is completed. If set, the server will send an HTTP POST request with the final result when the task ends.`,
135135
},
136136
resolution: {
137+
default: {
138+
desc: `Specifies the size of the output video in pixels`,
139+
},
137140
minimax: {
138141
desc: `The dimensions of the video display. 1080p corresponds to 1920 x 1080 pixels, 768p corresponds to 1366 x 768 pixels.`,
139142
},

0 commit comments

Comments
 (0)