Browse Source

[DOCS] Clarify update transform API (#72427)

Lisa Cawley 4 years ago
parent
commit
0074ba6d5a
1 changed files with 7 additions and 0 deletions
  1. 7 0
      docs/reference/transform/apis/update-transform.asciidoc

+ 7 - 0
docs/reference/transform/apis/update-transform.asciidoc

@@ -172,6 +172,13 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=source-query-transform
 (Optional, object)
 include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=sync]
 +
+--
+NOTE: You can update these properties only if it is a continuous {transform}. You
+cannot change a batch {transform} into a continuous {transform} or vice versa.
+Instead, clone the {transform} in {kib} and add or remove the `sync` property.
+
+--
++
 .Properties of `sync`
 [%collapsible%open]
 ====