From 3c240015f30baa9903d7e75ead13d0ea311ec445 Mon Sep 17 00:00:00 2001 From: Tom Fox <13188249+TomWFox@users.noreply.github.com> Date: Mon, 27 Jul 2020 12:39:11 +0100 Subject: [PATCH] add parse server version --- _includes/js/objects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/js/objects.md b/_includes/js/objects.md index f12c6601a..a9aafbd2b 100644 --- a/_includes/js/objects.md +++ b/_includes/js/objects.md @@ -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: