Skip to content

Commit 02f3ee4

Browse files
fix(specs): results in getObjects is required (generated)
algolia/api-clients-automation#4024 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 369bebd commit 02f3ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algoliasearch/search/models/get_objects_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class GetObjectsResponse(BaseModel):
3232
GetObjectsResponse
3333
"""
3434

35-
results: Optional[List[object]] = None
35+
results: List[object]
3636
""" Retrieved records. """
3737

3838
model_config = ConfigDict(

0 commit comments

Comments
 (0)