Added URL to indices.get_template to match previous change

Since the name is no longer required, added a supporting path to the paths array.
This commit is contained in:
spenceralger 2013-10-23 21:14:02 -07:00
parent d202d3386a
commit 1cfe0f32c6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"methods": ["GET"],
"url": {
"path": "/_template/{name}",
"paths": ["/_template/{name}"],
"paths": ["/_template", "/_template/{name}"],
"parts": {
"name": {
"type" : "string",