@@ -377,13 +377,14 @@ Core REST methods and CRUD aliases
377377 - fetch = True/False or "List,Of,Attributes,We,Are,Interested,In"
378378 - query = 'FieldName = "some value"' or ['EstimatedHours = 10', 'MiddleName != "Shamu"', 'Name contains "foogelhorn pop-tarts"', etc.]
379379 - instance = True/False (defaults to False)
380- - pagesize = n (defaults to 200 )
380+ - pagesize = n (defaults to 500 )
381381 - start = n (defaults to 1)
382382 - limit = n (defaults to no limit)
383383 - workspace = workspace_name (defaults to current workspace selected)
384384 - project = project_name (defaults to current project selected)
385385 - projectScopeUp = True/False (defaults to False)
386386 - projectScopeDown True/False (defaults to False)
387+ - threads = n (value of 1 insures single-threading, any other value is advisory)
387388
388389 Returns a RallyRESTResponse object that has errors and warnings attributes that
389390 should be checked before any further operations on the object are attempted.
@@ -475,7 +476,7 @@ Core REST methods and CRUD aliases
475476 keyword arguments:
476477 - projectScopeUp = true/false (defaults to false)
477478 - projectScopeDown = true/false (defaults to false)
478- - pagesize = n (defaults to 200 )
479+ - pagesize = n (defaults to 500 )
479480 - start = n (defaults to 1)
480481 - limit = n (defaults to no limit)
481482
0 commit comments