@@ -44,8 +44,8 @@ def all_organizations(self, page=None, per_page=None, include_totals=True, from_
44
44
include_totals (bool, optional): True if the query summary is
45
45
to be included in the result, False otherwise. Defaults to True.
46
46
47
- from_param (str, optional): Checkpoint Id form which to begin retrieving results.
48
- You can limit the amount of logs using the take parameter.
47
+ from_param (str, optional): Checkpoint Id from which to begin retrieving results.
48
+ You can limit the number of entries using the take parameter.
49
49
50
50
take (int, optional): The total amount of entries to retrieve when
51
51
using the from parameter. When not set, the default value is up to the server.
@@ -215,8 +215,8 @@ def all_organization_members(self, id, page=None, per_page=None, include_totals=
215
215
include_totals (bool, optional): True if the query summary is
216
216
to be included in the result, False otherwise. Defaults to True.
217
217
218
- from_param (str, optional): Checkpoint Id form which to begin retrieving results.
219
- You can limit the amount of logs using the take parameter.
218
+ from_param (str, optional): Checkpoint Id from which to begin retrieving results.
219
+ You can limit the number of entries using the take parameter.
220
220
221
221
take (int, optional): The total amount of entries to retrieve when
222
222
using the from parameter. When not set, the default value is up to the server.
0 commit comments