We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a7f43 commit dc327d3Copy full SHA for dc327d3
stackdio/client/stack.py
@@ -43,7 +43,7 @@ def get_stack(self, stack_id):
43
44
45
@endpoint("stacks/")
46
- def search_stacks(self, *kwargs):
+ def search_stacks(self, **kwargs):
47
"""Search for stacks that match the given criteria"""
48
return self._get(endpoint, params=kwargs, jsonify=True)['results']
49
0 commit comments