Skip to content

Commit f137734

Browse files
committed
Fix types
1 parent d852774 commit f137734

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/swagger/akeneo-web-api.json

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

content/swagger/resources/categories/definitions/category_update.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ properties:
5454
default: {}
5555
properties:
5656
max_categories_per_product:
57-
type: string
57+
type: integer
5858
description: Set maximum number of categories per product
5959
only_leaves:
60-
type: string
60+
type: boolean
6161
description: Restrict categorization to the lowest level
6262
is_mandatory:
63-
type: string
63+
type: boolean
6464
description: Set category as mandatory for every product
6565
example:
6666
{

0 commit comments

Comments
 (0)