Skip to content

Commit

Permalink
fix(specs): results in getObjects is required (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4024

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Oct 23, 2024
1 parent 369bebd commit 02f3ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algoliasearch/search/models/get_objects_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class GetObjectsResponse(BaseModel):
GetObjectsResponse
"""

results: Optional[List[object]] = None
results: List[object]
""" Retrieved records. """

model_config = ConfigDict(
Expand Down

0 comments on commit 02f3ee4

Please sign in to comment.