We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6907ca0 commit 313afc5Copy full SHA for 313afc5
meilisearch/client.py
@@ -132,18 +132,6 @@ def health(self):
132
"""
133
return self.http.get(self.config.paths.health)
134
135
- def update_health(self, health):
136
- """Update health of meilisearch
137
-
138
- Update health of MeiliSearch to true or false.
139
140
- Parameters
141
- ----------
142
- health: bool
143
- Boolean representing the health status of MeiliSearch. True for healthy.
144
- """
145
- return self.http.put(self.config.paths.health, {'health': health})
146
147
def get_keys(self):
148
"""Get all keys created
149
0 commit comments