We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ee16e commit 0459989Copy full SHA for 0459989
docs/reference/searchable-snapshots/apis/mount-snapshot.asciidoc
@@ -115,7 +115,7 @@ POST /_snapshot/my_repository/my_snapshot/_mount?wait_for_completion=true
115
"index_settings": { <3>
116
"index.number_of_replicas": 0
117
},
118
- "ignored_index_settings": [ "index.refresh_interval" ] <4>
+ "ignore_index_settings": [ "index.refresh_interval" ] <4>
119
}
120
--------------------------------------------------
121
// TEST[continued]
0 commit comments