Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontedor committed Nov 28, 2018
1 parent 1bc1fb5 commit a2dc134
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/graph-explore-api.html",
"methods": ["GET", "POST"],
"url": {
"path": "/{index}/_xpack/_graph/explore",
"paths": ["/{index}/_xpack/_graph/explore", "/{index}/{type}/_xpack/_graph/explore"],
"path": "/{index}/_graph/explore",
"paths": ["/{index}/_graph/explore", "/{index}/{type}/_graph/explore"],
"parts" : {
"index": {
"type" : "list",
Expand Down

0 comments on commit a2dc134

Please sign in to comment.