Browse Source

[DOCS] Adds update datafeeds API changes to the migration guide. (#77689)

István Zoltán Szabó 4 years ago
parent
commit
db239e2b50
1 changed files with 11 additions and 0 deletions
  1. 11 0
      docs/reference/migration/migrate_8_0/api.asciidoc

+ 11 - 0
docs/reference/migration/migrate_8_0/api.asciidoc

@@ -78,4 +78,15 @@ and will be removed in a future major version.
 *Impact* +
 Use {ref}/ml-apis.html#ml-api-datafeed-endpoint[{dfeeds}] instead.
 ====
+
+.The `job_id` property of the Update {dfeeds} API has been removed.
+[%collapsible]
+====
+*Details* +
+The ability to update a `job_id` in a {dfeed} was deprecated in 7.3.0. and is 
+removed in 8.0.
+
+*Impact* +
+It is not possible to move {dfeeds} between {anomaly-jobs}.
+====
 // end::notable-breaking-changes[]