From 86b2dbf5c8fab968204e8bf7ea2f007f572cd633 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 13 Jun 2019 23:38:57 -0700 Subject: [PATCH] docs: Add append flag to documentation --- server/pages/developers/Api.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/server/pages/developers/Api.js b/server/pages/developers/Api.js index b6bf768db..9c63827c9 100644 --- a/server/pages/developers/Api.js +++ b/server/pages/developers/Api.js @@ -337,6 +337,15 @@ export default function Api() { } /> + + Pass true to append the text parameter to the + end of the document rather than replace. + + } + /> Pass true to signify the end of an editing - session. This will trigger documents.update hooks. + session. This will trigger update notifications. } />