Format is another parameter accepted by all APIs

This commit is contained in:
Honza Král
2014-01-20 18:55:40 +01:00
parent 8c670793e6
commit 6bb9807e8f
+1 -1
View File
@@ -49,7 +49,7 @@ def _make_path(*parts):
quote_plus(_escape(p), ',*') for p in parts if p not in SKIP_IN_PATH)
# parameters that apply to all methods
GLOBAL_PARAMS = ('pretty', )
GLOBAL_PARAMS = ('pretty', 'format', )
def query_params(*es_query_params):
"""