diff --git a/docs/reference/migration/migrate_1_0.asciidoc b/docs/reference/migration/migrate_1_0.asciidoc index a684a9c1e1a..be53d64585c 100644 --- a/docs/reference/migration/migrate_1_0.asciidoc +++ b/docs/reference/migration/migrate_1_0.asciidoc @@ -175,7 +175,7 @@ behaviour can be reenabled on an index-by-index basis with the setting: While the `search` API takes a top-level `query` parameter, the <>, <> and <> requests expected the whole body to be a -query. These have been changed to all accept a top-level `query` parameter: +query. These now _require_ a top-level `query` parameter: [source,json] ---------------