Skip to content

Commit 9201a56

Browse files
[DOCS] Fix typo in mount searchable snapshots API docs (#75786)
1 parent 4e7b917 commit 9201a56

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
@@ -129,7 +129,7 @@ POST /_snapshot/my_repository/my_snapshot/_mount?wait_for_completion=true
129129
"index_settings": { <3>
130130
"index.number_of_replicas": 0
131131
},
132-
"ignored_index_settings": [ "index.refresh_interval" ] <4>
132+
"ignore_index_settings": [ "index.refresh_interval" ] <4>
133133
}
134134
--------------------------------------------------
135135
// TEST[continued]

0 commit comments

Comments
 (0)