浏览代码

[DOCS] Fix typo in mount searchable snapshots API docs (#75786) (#75984)

Co-authored-by: Luca Wintergerst <luca.wintergerst@elastic.co>
James Rodewig 4 年之前
父节点
当前提交
cf4fde33cf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/searchable-snapshots/apis/mount-snapshot.asciidoc

+ 1 - 1
docs/reference/searchable-snapshots/apis/mount-snapshot.asciidoc

@@ -129,7 +129,7 @@ POST /_snapshot/my_repository/my_snapshot/_mount?wait_for_completion=true
   "index_settings": { <3>
     "index.number_of_replicas": 0
   },
-  "ignored_index_settings": [ "index.refresh_interval" ] <4>
+  "ignore_index_settings": [ "index.refresh_interval" ] <4>
 }
 --------------------------------------------------
 // TEST[continued]