File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ Parameter Description
326326``maxPixels ``
327327~~~~~~~~~~~~~
328328
329- **type **: ``integer ``
329+ **type **: ``integer `` | `` float ``
330330
331331If set, the amount of pixels of the image file must be less than or equal to this
332332value.
@@ -353,7 +353,7 @@ Parameter Description
353353``maxRatio ``
354354~~~~~~~~~~~~
355355
356- **type **: ``float ``
356+ **type **: ``integer `` | `` float ``
357357
358358If set, the aspect ratio (``width / height ``) of the image file must be less
359359than or equal to this value.
@@ -445,7 +445,7 @@ Parameter Description
445445``minPixels ``
446446~~~~~~~~~~~~~
447447
448- **type **: ``integer ``
448+ **type **: ``integer `` | `` float ``
449449
450450If set, the amount of pixels of the image file must be greater than or equal to this
451451value.
@@ -472,7 +472,7 @@ Parameter Description
472472``minRatio ``
473473~~~~~~~~~~~~
474474
475- **type **: ``float ``
475+ **type **: ``integer `` | `` float ``
476476
477477If set, the aspect ratio (``width / height ``) of the image file must be greater
478478than or equal to this value.
You can’t perform that action at this time.
0 commit comments