Skip to content

Commit 386170a

Browse files
Update specification/indices/put_settings/examples/request/indicesPutSettingsRequestExample3.yaml
1 parent df627e4 commit 386170a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/indices/put_settings/examples/request/indicesPutSettingsRequestExample3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
summary: Update index analysis
22
method_request: PUT /my-index-000001/_settings
33
description:
4-
To add an analyzer, you must close the index (`POST /my-index-000001/_open`), define the analyzer, then reopen the
4+
To add an analyzer, you must close the index (`POST /my-index-000001/_close`), define the analyzer, then reopen the
55
index (`POST /my-index-000001/_open`).
66
# type: request
77
value: |-

0 commit comments

Comments
 (0)