Skip to content

Commit

Permalink
Merge pull request #58 from axel584/patch-2
Browse files Browse the repository at this point in the history
authorized to use the Webservice key in parameter
  • Loading branch information
guewen committed Oct 14, 2020
2 parents 6d47ac8 + ee71d72 commit 381f99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prestapyt/prestapyt.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def _validate_query_options(self, options):
'Parameters must be a instance of dict'
)
supported = (
'filter', 'display', 'sort',
'filter', 'display', 'sort','ws_key',
'limit', 'schema', 'date', 'id_shop', 'id_group_shop',
)
# filter[firstname] (as e.g.) is allowed
Expand Down

0 comments on commit 381f99d

Please sign in to comment.