You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/openapi/descriptions/image.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ If transparent, the output format needs to support transparency, so it should be
95
95
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.`
96
96
},
97
97
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>.`
0 commit comments