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.
1 parent e950a61 commit b354e82Copy full SHA for b354e82
connect/resources/usage_automation.py
@@ -27,9 +27,9 @@ class UsageAutomation(AutomationEngine):
27
resource = 'listings'
28
model_class = UsageFile
29
30
- def filters(self, status='draft', **kwargs):
+ def filters(self, status='listed', **kwargs):
31
"""
32
- :param str status: Status of the requests. Default: ``'draft'``.
+ :param str status: Status of the requests. Default: ``'listed'``.
33
:param dict[str,Any] kwargs: Additional filters to add to the default ones.
34
:return: The set of filters for this resource.
35
:rtype: dict[str,Any]
0 commit comments