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: |-
154154 client.get_all_stats()
155155get_health_1 : |-
156156 client.health()
157- update_health_1 : |-
158- client.update_health()
159157get_version_1 : |-
160158 clien.get_version()
161159get_pretty_sys_info_1 : |-
Original file line number Diff line number Diff line change @@ -132,18 +132,6 @@ def health(self):
132132 """
133133 return self .http .get (self .config .paths .health )
134134
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-
147135 def get_keys (self ):
148136 """Get all keys created
149137
You can’t perform that action at this time.
0 commit comments