Skip to content

Commit 5baabff

Browse files
author
Adam Locke
authored
[DOCS] Update mapping API to require index name (#71489)
1 parent 44922f6 commit 5baabff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/reference/indices/put-mapping.asciidoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ PUT /my-index-000001/_mapping
2727

2828
`PUT /<target>/_mapping`
2929

30-
`PUT /_mapping`
31-
3230
[[put-mapping-api-prereqs]]
3331
==== {api-prereq-title}
3432

@@ -45,7 +43,7 @@ privilege.
4543
==== {api-path-parms-title}
4644

4745
`<target>`::
48-
(Optional, string)
46+
(Required, string)
4947
Comma-separated list of data streams, indices, and index aliases used to limit
5048
the request. Wildcard expressions (`*`) are supported.
5149
+

0 commit comments

Comments
 (0)