Skip to content

Commit

Permalink
feat(specs): add missing message attribute to GetObjectsResponse [ski…
Browse files Browse the repository at this point in the history
…p-bc] (generated)

algolia/api-clients-automation#4029

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Vincent Lemeunier <vincentlemeunier+git@gmail.com>
  • Loading branch information
algolia-bot and kombucha committed Oct 24, 2024
1 parent ba68983 commit 9e25b6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions algoliasearch/search/models/get_objects_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@


_ALIASES = {
"message": "message",
"results": "results",
}

Expand All @@ -32,6 +33,8 @@ class GetObjectsResponse(BaseModel):
GetObjectsResponse
"""

message: Optional[str] = None
""" An optional status message. """
results: List[object]
""" Retrieved records. """

Expand Down

0 comments on commit 9e25b6b

Please sign in to comment.