Fix rest spec for graph explore

Original commit: elastic/x-pack-elasticsearch@293b5c9ebd
This commit is contained in:
Nik Everett 2016-07-28 16:37:30 -04:00
parent 4d81792a56
commit 59cb8f2271
1 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@
"documentation": "https://www.elastic.co/guide/en/graph/current/explore.html",
"methods": ["GET", "POST"],
"url": {
"path": "/{index}/_xpack/graph/_explore",
"paths": ["/{index}/_xpack/graph/_explore", "/{index}/{type}/_xpack/graph/_explore"],
"path": "/{index}/_xpack/_graph/_explore",
"paths": ["/{index}/_xpack/_graph/_explore", "/{index}/{type}/_xpack/_graph/_explore"],
"parts" : {
"index": {
"type" : "list",