Skip to content

Commit 846ec6b

Browse files
committed
fix: update desc
1 parent 3631f1f commit 846ec6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/openapi/descriptions/image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ If transparent, the output format needs to support transparency, so it should be
9595
desc: `The image(s) to edit. Must be a supported image file or an array of images. Each image should be a png, webp, or jpg file less than 50MB. You can provide up to 16 images.`
9696
},
9797
seededit: {
98-
desc: `The image to be edited. Enter the Base64 encoding of the picture or an accessible URL. Image URL: Make sure that the image URL is accessible.Base64-encoded content: The format must bedata:image/<image format>;base64,<Base64-encoded content>. Note <image format> must be in lowercase, for example data:image/png;base64,<base64_image>.`
98+
desc: `The image to be edited. Enter the Base64 encoding of the picture or an accessible URL. Image URL: Make sure that the image URL is accessible.Base64-encoded content: The format must be data:image/<image format>;base64,<Base64-encoded content>. Note <image format> must be in lowercase, for example data:image/png;base64,<base64_image>.`
9999
},
100100
},
101101
mask: {

0 commit comments

Comments
 (0)