Skip to content

Commit 4f68190

Browse files
authored
fix(specs): update Recommend maxRecommendations to 30 max [RECO-2361] (#4483)
1 parent 85c43c3 commit 4f68190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/recommend/common/schemas/RecommendationsRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ baseRecommendRequest:
2121
maxRecommendations:
2222
type: integer
2323
minimum: 1
24-
maximum: 1000
24+
maximum: 30
2525
default: 30
2626
description: |
2727
Maximum number of recommendations to retrieve.

0 commit comments

Comments
 (0)