Skip to content

Commit 3c24001

Browse files
authored
add parse server version
1 parent 453d2fd commit 3c24001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/js/objects.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ teamMember.save(null, { cascadeSave: false });
201201

202202
### Cloud Code context
203203

204-
*Requires Parse Server [tdb]+*
204+
*Requires Parse Server 4.3.0+*
205205

206206
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:
207207

0 commit comments

Comments
 (0)