We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7352a56 + f391599 commit 417e92fCopy full SHA for 417e92f
urbanairship/automation/core.py
@@ -91,13 +91,13 @@ def lookup(self, pipeline_id: str) -> Response:
91
return response
92
93
def list_automations(
94
- self, limit: Optional[int] = None, enabled: bool = False
+ self, limit: Optional[int] = None, enabled: bool = True
95
) -> Response:
96
"""List active Automations
97
98
:keyword limit: Optional, maximum pipelines to return
99
- :keyword enabled: Optional, boolean limiter for results to only enabled
100
- Pipelines
+ :keyword enabled: Optional, boolean limits results to either enabled or not
+ enabled Pipelines (defaults to True)
101
"""
102
params = {}
103
if isinstance(limit, int):
0 commit comments