Skip to content

Commit 9418c15

Browse files
committed
MAS-324: rename validate to forbid
1 parent aba2185 commit 9418c15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/swagger/akeneo-web-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content/swagger/resources/attributes/definitions/attribute.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,11 @@ properties:
218218
x-warning: Only for `pim_catalog_boolean`, `pim_catalog_identifier`, `pim_catalog_number`, `pim_catalog_simpleselect`, `pim_catalog_textarea`, `pim_catalog_text`, `pim_reference_data_simpleselect` or `akeneo_reference_entity` attribute types
219219
decimal_places_strategy:
220220
type: string
221-
description: Defines the decimal places strategy. Available options are `round`, `validate` and `trim`.
221+
description: Defines the decimal places strategy. Available options are `round`, `forbid` and `trim`.
222222
x-warning: Only for `pim_catalog_number` or `pim_catalog_metric` attribute types
223223
decimal_places:
224224
type: number
225-
description: Defines the number of decimal places when decimal places strategy is `round` or `validate`.
225+
description: Defines the number of decimal places when decimal places strategy is `round` or `forbid`.
226226
x-warning: Only for `pim_catalog_number` or `pim_catalog_metric` attribute types
227227
example:
228228
{

0 commit comments

Comments
 (0)