There was an error while loading. Please reload this page.
1 parent 8c67079 commit 6bb9807Copy full SHA for 6bb9807
elasticsearch/client/utils.py
@@ -49,7 +49,7 @@ def _make_path(*parts):
49
quote_plus(_escape(p), ',*') for p in parts if p not in SKIP_IN_PATH)
50
51
# parameters that apply to all methods
52
-GLOBAL_PARAMS = ('pretty', )
+GLOBAL_PARAMS = ('pretty', 'format', )
53
54
def query_params(*es_query_params):
55
"""
0 commit comments