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:
parent
d202d3386a
commit
1cfe0f32c6
|
@ -4,7 +4,7 @@
|
|||
"methods": ["GET"],
|
||||
"url": {
|
||||
"path": "/_template/{name}",
|
||||
"paths": ["/_template/{name}"],
|
||||
"paths": ["/_template", "/_template/{name}"],
|
||||
"parts": {
|
||||
"name": {
|
||||
"type" : "string",
|
||||
|
|
Loading…
Reference in New Issue