Fix missing slash in specification for indices.put_mapping
This commit is contained in:
parent
56d97dcb6c
commit
12c2ca8895
|
@ -8,7 +8,7 @@
|
||||||
"url":{
|
"url":{
|
||||||
"paths":[
|
"paths":[
|
||||||
{
|
{
|
||||||
"path":"{index}/_mapping",
|
"path":"/{index}/_mapping",
|
||||||
"methods":[
|
"methods":[
|
||||||
"PUT",
|
"PUT",
|
||||||
"POST"
|
"POST"
|
||||||
|
|
Loading…
Reference in New Issue