Skip to content

Commit 659f351

Browse files
committed
Update the Webhooks API
Add the default value for the `max=` parameter of the webhooks.list() method.
1 parent d976876 commit 659f351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webexteamssdk/api/webhooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def __init__(self, session, object_factory):
7373
self._object_factory = object_factory
7474

7575
@generator_container
76-
def list(self, max=None, **request_parameters):
76+
def list(self, max=100, **request_parameters):
7777
"""List all of the authenticated user's webhooks.
7878
7979
This method supports Webex Teams's implementation of RFC5988 Web

0 commit comments

Comments
 (0)