mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 05:44:59 +00:00
Added path to exist, supporting optional "type" part
Since the type is an optional part, there needs to be a path that can be used without it.
This commit is contained in:
parent
a958d5a63d
commit
e7465fee87
@ -4,7 +4,7 @@
|
||||
"methods": ["HEAD"],
|
||||
"url": {
|
||||
"path": "/{index}/{type}/{id}",
|
||||
"paths": ["/{index}/{type}/{id}"],
|
||||
"paths": ["/{index}/{type}/{id}", "/{index}/_all/{id}"],
|
||||
"parts": {
|
||||
"id": {
|
||||
"type" : "string",
|
||||
|
Loading…
x
Reference in New Issue
Block a user