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 d976876 commit 659f351Copy full SHA for 659f351
webexteamssdk/api/webhooks.py
@@ -73,7 +73,7 @@ def __init__(self, session, object_factory):
73
self._object_factory = object_factory
74
75
@generator_container
76
- def list(self, max=None, **request_parameters):
+ def list(self, max=100, **request_parameters):
77
"""List all of the authenticated user's webhooks.
78
79
This method supports Webex Teams's implementation of RFC5988 Web
0 commit comments