Skip to content

Commit 6300a01

Browse files
bors[bot]sanders41
andauthored
Merge #259
259: Adding return information r=bidoubiwa a=sanders41 `health` returns a dictionary so I added this to the doc string. Co-authored-by: Paul Sanders <[email protected]>
2 parents 22470c4 + bbc73f3 commit 6300a01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

meilisearch/client.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ def health(self):
153153
"""Get health of the MeiliSearch server.
154154
155155
`200` HTTP status response when MeiliSearch is healthy.
156+
Returns
157+
-------
158+
health: `dict`
159+
Dictionary containing the status of the MeiliSearch instance.
156160
157161
Raises
158162
------

0 commit comments

Comments
 (0)