From 621c8492f4f7eea5f69e62a2468642882413e17f Mon Sep 17 00:00:00 2001 From: Ilya Sudakov Date: Tue, 28 May 2019 11:23:03 +0300 Subject: [PATCH] Width and height are required in thumbnail request (#262) Get an error from request `/thumbnail`: `Error while processing the image: Missing required params: width or height` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 850b70ef..7633c0ea 100644 --- a/README.md +++ b/README.md @@ -794,8 +794,8 @@ Accepts: `image/*, multipart/form-data`. Content-Type: `image/*` ##### Allowed params -- width `int` -- height `int` +- width `int` `required` +- height `int` `required` - quality `int` (JPEG-only) - compression `int` (PNG-only) - type `string`