Skip to content

Commit 9e25b6b

Browse files
algolia-botkombucha
andcommitted
feat(specs): add missing message attribute to GetObjectsResponse [skip-bc] (generated)
algolia/api-clients-automation#4029 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Vincent Lemeunier <[email protected]>
1 parent ba68983 commit 9e25b6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

algoliasearch/search/models/get_objects_response.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020

2121
_ALIASES = {
22+
"message": "message",
2223
"results": "results",
2324
}
2425

@@ -32,6 +33,8 @@ class GetObjectsResponse(BaseModel):
3233
GetObjectsResponse
3334
"""
3435

36+
message: Optional[str] = None
37+
""" An optional status message. """
3538
results: List[object]
3639
""" Retrieved records. """
3740

0 commit comments

Comments
 (0)