Skip to content

Commit

Permalink
add parse server version
Browse files Browse the repository at this point in the history
  • Loading branch information
TomWFox authored Jul 27, 2020
1 parent 453d2fd commit 3c24001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/js/objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ teamMember.save(null, { cascadeSave: false });

### Cloud Code context

*Requires Parse Server [tdb]+*
*Requires Parse Server 4.3.0+*

You may pass a `context` dictionary that is accessible in Cloud Code `beforeSave` and `afterSave` triggers for that `Parse.Object`. This is useful if you want to condition certain operations in Cloud Code triggers on ephemeral information that should not be saved with the `Parse.Object` in the database. The context is ephemeral in the sense that it vanishes after the Cloud Code triggers for that particular `Parse.Object` have executed. For example:

Expand Down

0 comments on commit 3c24001

Please sign in to comment.