@@ -81,7 +81,7 @@ def list(self, email=None, displayName=None, id=None, orgId=None, max=None,
8181 Linking to provide pagination support. It returns a generator
8282 container that incrementally yields all people returned by the
8383 query. The generator will automatically request additional 'pages' of
84- responses from Spark as needed until all responses have been returned.
84+ responses from Webex as needed until all responses have been returned.
8585 The container makes the generator safe for reuse. A new API call will
8686 be made, using the same parameters that were specified when the
8787 generator was created, every time a new iterator is requested from the
@@ -94,8 +94,8 @@ def list(self, email=None, displayName=None, id=None, orgId=None, max=None,
9494 id(basestring): List people by ID. Accepts up to 85 person IDs
9595 separated by commas.
9696 orgId(basestring): The organization ID.
97- max(int): Limit the maximum number of items returned from the Spark
98- service per request.
97+ max(int): Limit the maximum number of items returned from the Webex
98+ Teams service per request.
9999 **request_parameters: Additional request parameters (provides
100100 support for parameters that may be added in the future).
101101
@@ -217,7 +217,7 @@ def update(self, personId, emails=None, displayName=None, firstName=None,
217217
218218 Only an admin can update a person's details.
219219
220- Email addresses for a person cannot be changed via the Spark API.
220+ Email addresses for a person cannot be changed via the Webex Teams API.
221221
222222 Include all details for the person. This action expects all user
223223 details to be present in the request. A common approach is to first GET
0 commit comments