Skip to content

Commit 6bb9807

Browse files
committed
Format is another parameter accepted by all APIs
1 parent 8c67079 commit 6bb9807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch/client/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def _make_path(*parts):
4949
quote_plus(_escape(p), ',*') for p in parts if p not in SKIP_IN_PATH)
5050

5151
# parameters that apply to all methods
52-
GLOBAL_PARAMS = ('pretty', )
52+
GLOBAL_PARAMS = ('pretty', 'format', )
5353

5454
def query_params(*es_query_params):
5555
"""

0 commit comments

Comments
 (0)