Index is required for open

This commit is contained in:
Zachary Tong 2013-06-07 14:41:02 -04:00
parent fafadd7376
commit eb9e90e5c2
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
"parts": { "parts": {
"index": { "index": {
"type" : "string", "type" : "string",
"required" : true,
"description" : "The name of the index" "description" : "The name of the index"
} }
}, },