From 3fa4f721b65d8995e8a0b78e60be2c208d67fce2 Mon Sep 17 00:00:00 2001 From: Delphine Raymond Date: Fri, 7 Jun 2019 13:33:03 +0200 Subject: [PATCH] Small fix on number_max --- content/swagger/resources/attributes/definitions/attribute.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/swagger/resources/attributes/definitions/attribute.yaml b/content/swagger/resources/attributes/definitions/attribute.yaml index f883ba1a3..2db666d21 100644 --- a/content/swagger/resources/attributes/definitions/attribute.yaml +++ b/content/swagger/resources/attributes/definitions/attribute.yaml @@ -76,7 +76,7 @@ properties: x-warning: Only for `pim_catalog_metric`, `pim_catalog_price` or `pim_catalog_number` attribute types number_max: type: string - description: Minimum integer value allowed when the attribute type is `pim_catalog_metric`, `pim_catalog_price` or `pim_catalog_number` + description: Maximum integer value allowed when the attribute type is `pim_catalog_metric`, `pim_catalog_price` or `pim_catalog_number` x-warning: Only for `pim_catalog_metric`, `pim_catalog_price` or `pim_catalog_number` attribute types decimals_allowed: type: boolean