In indices.put_mapping, the type is required
This commit is contained in:
parent
d283afcd63
commit
b2323afe06
|
@ -13,6 +13,7 @@
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
|
"required": true,
|
||||||
"description" : "The name of the document type"
|
"description" : "The name of the document type"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue