From 5baabff6670a8ed49297488ca8cac8ec12a2078d Mon Sep 17 00:00:00 2001 From: Adam Locke Date: Thu, 8 Apr 2021 13:54:37 -0400 Subject: [PATCH] [DOCS] Update mapping API to require index name (#71489) --- docs/reference/indices/put-mapping.asciidoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/reference/indices/put-mapping.asciidoc b/docs/reference/indices/put-mapping.asciidoc index 5e3846caf9c9..480d6ce94946 100644 --- a/docs/reference/indices/put-mapping.asciidoc +++ b/docs/reference/indices/put-mapping.asciidoc @@ -27,8 +27,6 @@ PUT /my-index-000001/_mapping `PUT //_mapping` -`PUT /_mapping` - [[put-mapping-api-prereqs]] ==== {api-prereq-title} @@ -45,7 +43,7 @@ privilege. ==== {api-path-parms-title} ``:: -(Optional, string) +(Required, string) Comma-separated list of data streams, indices, and index aliases used to limit the request. Wildcard expressions (`*`) are supported. +