In indices.put_mapping, the type is required

This commit is contained in:
Clinton Gormley 2013-06-19 15:01:46 +02:00
parent d283afcd63
commit b2323afe06
1 changed files with 1 additions and 0 deletions

View File

@ -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"
} }
}, },