File tree 1 file changed +9
-3
lines changed 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -395,9 +395,15 @@ export default class ParseQuery {
395
395
* @method each
396
396
* @param {Function } callback Callback that will be called with each result
397
397
* of the query.
398
- * @param {Object } options An optional Backbone-like options object with
399
- * success and error callbacks that will be invoked once the iteration
400
- * has finished.
398
+ * @param {Object } options A Backbone-style options object. Valid options
399
+ * are:<ul>
400
+ * <li>success: Function to call when the iteration completes successfully.
401
+ * <li>error: Function to call when the iteration fails.
402
+ * <li>useMasterKey: In Cloud Code and Node only, causes the Master Key to
403
+ * be used for this request.
404
+ * <li>sessionToken: A valid session token, used for making a request on
405
+ * behalf of a specific user.
406
+ * </ul>
401
407
* @return {Parse.Promise } A promise that will be fulfilled once the
402
408
* iteration has completed.
403
409
*/
You can’t perform that action at this time.
0 commit comments