File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -154,8 +154,6 @@ get_indexes_stats_1: |-
154
154
client.get_all_stats()
155
155
get_health_1 : |-
156
156
client.health()
157
- update_health_1 : |-
158
- client.update_health()
159
157
get_version_1 : |-
160
158
clien.get_version()
161
159
get_pretty_sys_info_1 : |-
Original file line number Diff line number Diff line change @@ -132,18 +132,6 @@ def health(self):
132
132
"""
133
133
return self .http .get (self .config .paths .health )
134
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
135
def get_keys (self ):
148
136
"""Get all keys created
149
137
You can’t perform that action at this time.
0 commit comments