[DOCS] Update mapping API to require index name (#71489)

This commit is contained in:
Adam Locke 2021-04-08 13:54:37 -04:00 committed by GitHub
parent 44922f6b3d
commit 5baabff667
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,8 +27,6 @@ PUT /my-index-000001/_mapping
`PUT /<target>/_mapping`
`PUT /_mapping`
[[put-mapping-api-prereqs]]
==== {api-prereq-title}
@ -45,7 +43,7 @@ privilege.
==== {api-path-parms-title}
`<target>`::
(Optional, string)
(Required, string)
Comma-separated list of data streams, indices, and index aliases used to limit
the request. Wildcard expressions (`*`) are supported.
+