Browse Source

Update mapping PUT should use /_mapping

Instead of /mapping
Brady Vidovic 10 years ago
parent
commit
7ea5a7ea80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/indices/put-mapping.asciidoc

+ 1 - 1
docs/reference/indices/put-mapping.asciidoc

@@ -99,7 +99,7 @@ PUT my_index <1>
   }
 }
 
-PUT my_index/mapping/user
+PUT my_index/_mapping/user
 {
   "properties": {
     "name": {