# HG changeset patch
# User gibus
# Date 1279812444 -7200
# Node ID 7aaf5c0d6af4a5060a4db83b510cd2f00f24a93b
# Parent 34b4038e30696567a9bb5451c74f59774dfdff64
doc api: add cancel_modified_scopes as parameter of Edit text
diff -r 34b4038e3069 -r 7aaf5c0d6af4 src/cm/api/handlers.py
--- a/src/cm/api/handlers.py Mon Jul 19 17:26:25 2010 +0200
+++ b/src/cm/api/handlers.py Thu Jul 22 17:27:24 2010 +0200
@@ -191,7 +191,8 @@
`content`: new content (in specified format)
`note`: note to add to edit
`new_version`: boolean: should a new version of the text be created?
-`keep_comments`: boolean: should existing comments be keep (if possible)?
+`keep_comments`: boolean: should existing comments be kept (if possible)?
+`cancel_modified_scopes`: if set to 1, existing comments without scope in a new version are detached, otherwise they are deleted
"""
@staticmethod