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 @@ -341,7 +341,7 @@ Parameter Description
341341``maxPixels ``
342342~~~~~~~~~~~~~
343343
344- **type **: ``integer ``
344+ **type **: ``integer `` | `` float ``
345345
346346If set, the amount of pixels of the image file must be less than or equal to this
347347value.
@@ -368,7 +368,7 @@ Parameter Description
368368``maxRatio ``
369369~~~~~~~~~~~~
370370
371- **type **: ``float ``
371+ **type **: ``integer `` | `` float ``
372372
373373If set, the aspect ratio (``width / height ``) of the image file must be less
374374than or equal to this value.
@@ -465,7 +465,7 @@ Parameter Description
465465``minPixels ``
466466~~~~~~~~~~~~~
467467
468- **type **: ``integer ``
468+ **type **: ``integer `` | `` float ``
469469
470470If set, the amount of pixels of the image file must be greater than or equal to this
471471value.
@@ -492,7 +492,7 @@ Parameter Description
492492``minRatio ``
493493~~~~~~~~~~~~
494494
495- **type **: ``float ``
495+ **type **: ``integer `` | `` float ``
496496
497497If set, the aspect ratio (``width / height ``) of the image file must be greater
498498than or equal to this value.
You can’t perform that action at this time.
0 commit comments