Skip to content

Commit b8cb30c

Browse files
algolia-botraed667
andcommitted
fix(specs): update Recommend maxRecommendations to 30 max [RECO-2361] (generated)
algolia/api-clients-automation#4483 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Raed <[email protected]>
1 parent b64e392 commit b8cb30c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

algoliasearch/src/main/java/com/algolia/model/recommend/BoughtTogetherQuery.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public BoughtTogetherQuery setMaxRecommendations(Integer maxRecommendations) {
6363
* Maximum number of recommendations to retrieve. By default, all recommendations are returned and
6464
* no fallback request is made. Depending on the available recommendations and the other request
6565
* parameters, the actual number of recommendations may be lower than this value. minimum: 1
66-
* maximum: 1000
66+
* maximum: 30
6767
*/
6868
@javax.annotation.Nullable
6969
public Integer getMaxRecommendations() {

algoliasearch/src/main/java/com/algolia/model/recommend/LookingSimilarQuery.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public LookingSimilarQuery setMaxRecommendations(Integer maxRecommendations) {
6666
* Maximum number of recommendations to retrieve. By default, all recommendations are returned and
6767
* no fallback request is made. Depending on the available recommendations and the other request
6868
* parameters, the actual number of recommendations may be lower than this value. minimum: 1
69-
* maximum: 1000
69+
* maximum: 30
7070
*/
7171
@javax.annotation.Nullable
7272
public Integer getMaxRecommendations() {

algoliasearch/src/main/java/com/algolia/model/recommend/RelatedQuery.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public RelatedQuery setMaxRecommendations(Integer maxRecommendations) {
6666
* Maximum number of recommendations to retrieve. By default, all recommendations are returned and
6767
* no fallback request is made. Depending on the available recommendations and the other request
6868
* parameters, the actual number of recommendations may be lower than this value. minimum: 1
69-
* maximum: 1000
69+
* maximum: 30
7070
*/
7171
@javax.annotation.Nullable
7272
public Integer getMaxRecommendations() {

algoliasearch/src/main/java/com/algolia/model/recommend/TrendingFacetsQuery.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public TrendingFacetsQuery setMaxRecommendations(Integer maxRecommendations) {
6666
* Maximum number of recommendations to retrieve. By default, all recommendations are returned and
6767
* no fallback request is made. Depending on the available recommendations and the other request
6868
* parameters, the actual number of recommendations may be lower than this value. minimum: 1
69-
* maximum: 1000
69+
* maximum: 30
7070
*/
7171
@javax.annotation.Nullable
7272
public Integer getMaxRecommendations() {

algoliasearch/src/main/java/com/algolia/model/recommend/TrendingItemsQuery.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public TrendingItemsQuery setMaxRecommendations(Integer maxRecommendations) {
6969
* Maximum number of recommendations to retrieve. By default, all recommendations are returned and
7070
* no fallback request is made. Depending on the available recommendations and the other request
7171
* parameters, the actual number of recommendations may be lower than this value. minimum: 1
72-
* maximum: 1000
72+
* maximum: 30
7373
*/
7474
@javax.annotation.Nullable
7575
public Integer getMaxRecommendations() {

0 commit comments

Comments
 (0)