Skip to content

Commit

Permalink
fix(specs): update Recommend maxRecommendations to 30 max [RECO-2361]…
Browse files Browse the repository at this point in the history
… (generated)

algolia/api-clients-automation#4483

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Raed <raed.chammam@algolia.com>
  • Loading branch information
algolia-bot and raed667 committed Feb 20, 2025
1 parent b64e392 commit b8cb30c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public BoughtTogetherQuery setMaxRecommendations(Integer maxRecommendations) {
* Maximum number of recommendations to retrieve. By default, all recommendations are returned and
* no fallback request is made. Depending on the available recommendations and the other request
* parameters, the actual number of recommendations may be lower than this value. minimum: 1
* maximum: 1000
* maximum: 30
*/
@javax.annotation.Nullable
public Integer getMaxRecommendations() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public LookingSimilarQuery setMaxRecommendations(Integer maxRecommendations) {
* Maximum number of recommendations to retrieve. By default, all recommendations are returned and
* no fallback request is made. Depending on the available recommendations and the other request
* parameters, the actual number of recommendations may be lower than this value. minimum: 1
* maximum: 1000
* maximum: 30
*/
@javax.annotation.Nullable
public Integer getMaxRecommendations() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public RelatedQuery setMaxRecommendations(Integer maxRecommendations) {
* Maximum number of recommendations to retrieve. By default, all recommendations are returned and
* no fallback request is made. Depending on the available recommendations and the other request
* parameters, the actual number of recommendations may be lower than this value. minimum: 1
* maximum: 1000
* maximum: 30
*/
@javax.annotation.Nullable
public Integer getMaxRecommendations() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public TrendingFacetsQuery setMaxRecommendations(Integer maxRecommendations) {
* Maximum number of recommendations to retrieve. By default, all recommendations are returned and
* no fallback request is made. Depending on the available recommendations and the other request
* parameters, the actual number of recommendations may be lower than this value. minimum: 1
* maximum: 1000
* maximum: 30
*/
@javax.annotation.Nullable
public Integer getMaxRecommendations() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public TrendingItemsQuery setMaxRecommendations(Integer maxRecommendations) {
* Maximum number of recommendations to retrieve. By default, all recommendations are returned and
* no fallback request is made. Depending on the available recommendations and the other request
* parameters, the actual number of recommendations may be lower than this value. minimum: 1
* maximum: 1000
* maximum: 30
*/
@javax.annotation.Nullable
public Integer getMaxRecommendations() {
Expand Down

0 comments on commit b8cb30c

Please sign in to comment.