We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1281a09 commit 7d69f39Copy full SHA for 7d69f39
1 file changed
stackdio/client/formula.py
@@ -32,7 +32,7 @@ def search_formulas(self, **kwargs):
32
@endpoint("formulas/{formula_id}/")
33
def delete_formula(self, formula_id):
34
"""Delete formula with matching id"""
35
- return self._delete(endpoint)
+ return self._delete(endpoint, jsonify=True)
36
37
@endpoint("formulas/{formula_id}/action/")
38
def update_formula(self, formula_id):
0 commit comments