Skip to content

Commit 0459989

Browse files
[DOCS] Fix typo in mount searchable snapshots API docs (#75786) (#75988)
Co-authored-by: Luca Wintergerst <[email protected]>
1 parent 82ee16e commit 0459989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ POST /_snapshot/my_repository/my_snapshot/_mount?wait_for_completion=true
115115
"index_settings": { <3>
116116
"index.number_of_replicas": 0
117117
},
118-
"ignored_index_settings": [ "index.refresh_interval" ] <4>
118+
"ignore_index_settings": [ "index.refresh_interval" ] <4>
119119
}
120120
--------------------------------------------------
121121
// TEST[continued]

0 commit comments

Comments
 (0)