Skip to content

Commit

Permalink
fix(specs): add type: object to 3 schemas (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4392

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Kai Welke <[email protected]>
  • Loading branch information
algolia-bot and kai687 committed Jan 23, 2025
1 parent daad03d commit b10a814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algoliasearch/recommend/models/trending_facets_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class TrendingFacetsQuery(BaseModel):
max_recommendations: Optional[int] = None
""" 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. """
query_parameters: Optional[RecommendSearchParams] = None
facet_name: object
facet_name: str
""" Facet attribute for which to retrieve trending facet values. """
model: TrendingFacetsModel
fallback_parameters: Optional[FallbackParams] = None
Expand Down

0 comments on commit b10a814

Please sign in to comment.