Skip to content

Commit 246e910

Browse files
committed
feat: add new size desc for bytedance
1 parent d73e558 commit 246e910

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

packages/openapi/descriptions/image.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ export default {
1818
desc: `For both height and width, the value must be a multiple of 32.`,
1919
},
2020
bytedance: {
21-
desc: `Specifies the dimensions (width x height in pixels) of the generated image. Must be between [512x512, 2048x2048].`,
21+
default: {
22+
desc: `Specifies the dimensions (width x height in pixels) of the generated image. Must be between [512x512, 2048x2048].`,
23+
},
24+
adaptive: {
25+
desc: `The width and height pixels of the generated image. Currently only supports adaptive.`,
26+
},
2227
},
2328
default: { desc: `The size of the generated image.` },
2429
},

0 commit comments

Comments
 (0)