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