From 0f72e2948ba969a956614382b7a9b9d98497b6fd Mon Sep 17 00:00:00 2001 From: Raed Date: Thu, 20 Feb 2025 11:40:31 +0100 Subject: [PATCH] fix(recommend): update maxRecommendations to 30 max --- specs/recommend/common/schemas/RecommendationsRequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/recommend/common/schemas/RecommendationsRequest.yml b/specs/recommend/common/schemas/RecommendationsRequest.yml index 17c01d74c0..9006243f66 100644 --- a/specs/recommend/common/schemas/RecommendationsRequest.yml +++ b/specs/recommend/common/schemas/RecommendationsRequest.yml @@ -21,7 +21,7 @@ baseRecommendRequest: maxRecommendations: type: integer minimum: 1 - maximum: 1000 + maximum: 30 default: 30 description: | Maximum number of recommendations to retrieve.