Skip to content

Commit 6b4b27b

Browse files
authored
CHA-1444: indicate that we expect a stringified JSON for search parameter for POST /search (#1032)
Co-authored-by: Florian HEGRON <>
1 parent 1a99f4e commit 6b4b27b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/swagger/akeneo-web-api.json

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

content/swagger/resources/products_uuid/routes/products_uuid_search.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ post:
2727
properties:
2828
search:
2929
type: string
30-
description: Filter products, for more details see the <a href="/documentation/filter.html">Filters</a> section
30+
description: Stringified JSON to filter products, for more details see the <a href="/documentation/filter.html">Filters</a> section
3131
scope:
3232
type: string
3333
description: Filter product values to return scopable attributes for the given channel as well as the non-localizable/non-scopable attributes. For more details, see the <a href="/documentation/filter.html#via-channel">Filter product values via channel</a> section

0 commit comments

Comments
 (0)