Skip to content

Commit b10a814

Browse files
algolia-botkai687
andcommitted
fix(specs): add type: object to 3 schemas (generated)
algolia/api-clients-automation#4392 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]>
1 parent daad03d commit b10a814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algoliasearch/recommend/models/trending_facets_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class TrendingFacetsQuery(BaseModel):
4949
max_recommendations: Optional[int] = None
5050
""" 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. """
5151
query_parameters: Optional[RecommendSearchParams] = None
52-
facet_name: object
52+
facet_name: str
5353
""" Facet attribute for which to retrieve trending facet values. """
5454
model: TrendingFacetsModel
5555
fallback_parameters: Optional[FallbackParams] = None

0 commit comments

Comments
 (0)