The name parameter of indices.get_template is not required.

This commit is contained in:
Boaz Leskes 2013-10-08 18:16:27 +02:00
parent e791f463b1
commit a04bce96c7
1 changed files with 1 additions and 1 deletions

View File

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