We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e2c19e + 365b173 commit 010cfa4Copy full SHA for 010cfa4
stackdio/client/stack.py
@@ -46,7 +46,7 @@ def get_stack(self, stack_id):
46
return self._get(endpoint, jsonify=True)
47
48
@endpoint("stacks/")
49
- def search_stacks(self, *kwargs):
+ def search_stacks(self, **kwargs):
50
"""Search for stacks that match the given criteria"""
51
return self._get(endpoint, params=kwargs, jsonify=True)['results']
52
0 commit comments