mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
Update mapping PUT should use /_mapping
Instead of /mapping
This commit is contained in:
parent
4bbea60c40
commit
7ea5a7ea80
@ -99,7 +99,7 @@ PUT my_index <1>
|
||||
}
|
||||
}
|
||||
|
||||
PUT my_index/mapping/user
|
||||
PUT my_index/_mapping/user
|
||||
{
|
||||
"properties": {
|
||||
"name": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user