The name parameter of indices.get_template is not required.
This commit is contained in:
parent
e791f463b1
commit
a04bce96c7
|
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue