mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
[DOCS] Update mapping API to require index name (#71489)
This commit is contained in:
parent
44922f6b3d
commit
5baabff667
1 changed files with 1 additions and 3 deletions
|
@ -27,8 +27,6 @@ PUT /my-index-000001/_mapping
|
||||||
|
|
||||||
`PUT /<target>/_mapping`
|
`PUT /<target>/_mapping`
|
||||||
|
|
||||||
`PUT /_mapping`
|
|
||||||
|
|
||||||
[[put-mapping-api-prereqs]]
|
[[put-mapping-api-prereqs]]
|
||||||
==== {api-prereq-title}
|
==== {api-prereq-title}
|
||||||
|
|
||||||
|
@ -45,7 +43,7 @@ privilege.
|
||||||
==== {api-path-parms-title}
|
==== {api-path-parms-title}
|
||||||
|
|
||||||
`<target>`::
|
`<target>`::
|
||||||
(Optional, string)
|
(Required, string)
|
||||||
Comma-separated list of data streams, indices, and index aliases used to limit
|
Comma-separated list of data streams, indices, and index aliases used to limit
|
||||||
the request. Wildcard expressions (`*`) are supported.
|
the request. Wildcard expressions (`*`) are supported.
|
||||||
+
|
+
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue