@@ -86,7 +86,7 @@ def list(self, email=None, displayName=None, id=None, orgId=None, max=None,
8686
8787 Returns:
8888 GeneratorContainer: A GeneratorContainer which, when iterated,
89- yields the people returned by the Cisco Spark query.
89+ yields the people returned by the Cisco Spark query.
9090
9191 Raises:
9292 TypeError: If the parameter types are incorrect.
@@ -123,16 +123,16 @@ def create(self, emails, displayName=None, firstName=None, lastName=None,
123123 Only an admin can create a new user account.
124124
125125 Args:
126- emails(list): Email address(es) of the person (list of strings).
126+ emails(` list` ): Email address(es) of the person (list of strings).
127127 displayName(basestring): Full name of the person.
128128 firstName(basestring): First name of the person.
129129 lastName(basestring): Last name of the person.
130130 avatar(basestring): URL to the person's avatar in PNG format.
131131 orgId(basestring): ID of the organization to which this
132132 person belongs.
133- roles(list): Roles of the person (list of strings containing
133+ roles(` list` ): Roles of the person (list of strings containing
134134 the role IDs to be assigned to the person).
135- licenses(list): Licenses allocated to the person (list of
135+ licenses(` list` ): Licenses allocated to the person (list of
136136 strings - containing the license IDs to be allocated to the
137137 person).
138138 **request_parameters: Additional request parameters (provides
@@ -211,16 +211,16 @@ def update(self, personId, emails=None, displayName=None, firstName=None,
211211
212212 Args:
213213 personId(basestring): The person ID.
214- emails(list): Email address(es) of the person (list of strings).
214+ emails(` list` ): Email address(es) of the person (list of strings).
215215 displayName(basestring): Full name of the person.
216216 firstName(basestring): First name of the person.
217217 lastName(basestring): Last name of the person.
218218 avatar(basestring): URL to the person's avatar in PNG format.
219219 orgId(basestring): ID of the organization to which this
220220 person belongs.
221- roles(list): Roles of the person (list of strings containing
221+ roles(` list` ): Roles of the person (list of strings containing
222222 the role IDs to be assigned to the person).
223- licenses(list): Licenses allocated to the person (list of
223+ licenses(` list` ): Licenses allocated to the person (list of
224224 strings - containing the license IDs to be allocated to the
225225 person).
226226 **request_parameters: Additional request parameters (provides
0 commit comments