From 9f6febed922eb41a48fba75ea7b70bd6b2115a66 Mon Sep 17 00:00:00 2001 From: alicejw Date: Thu, 26 May 2022 15:23:28 -0700 Subject: [PATCH] for format fix Signed-off-by: alicejw --- _opensearch/rest-api/index-apis/put-mapping.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_opensearch/rest-api/index-apis/put-mapping.md b/_opensearch/rest-api/index-apis/put-mapping.md index fd4e0ea3..cf9390da 100644 --- a/_opensearch/rest-api/index-apis/put-mapping.md +++ b/_opensearch/rest-api/index-apis/put-mapping.md @@ -17,9 +17,7 @@ You can't use this operation to update mappings that already map to existing dat ## Required path parameter -The only required path parameter is the index with which to associate the mapping. If you don't specify an index, you will get an error. - -You can specify a single index, or multiple indexes separated by a comma as follows: +The only required path parameter is the index with which to associate the mapping. If you don't specify an index, you will get an error. You can specify a single index, or multiple indexes separated by a comma as follows: ``` PUT //_mapping