Skip to content

Commit d976876

Browse files
committed
Update Team Memberships API
Update the default value for the `max=` parameter of the team_memberships.list() method.
1 parent a1c6b78 commit d976876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webexteamssdk/api/team_memberships.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, teamId, max=None, **request_parameters):
76+
def list(self, teamId, max=100, **request_parameters):
7777
"""List team memberships for a team, by ID.
7878
7979
This method supports Webex Teams's implementation of RFC5988 Web

0 commit comments

Comments
 (0)