Graph: Added the `xpack` namespace to the Graph API JSON specification

The `graph.explore` API has not been prefixed with `xpack`, as the other X-Pack APIs.

Closes elastic/elasticsearch#2678

Original commit: elastic/x-pack-elasticsearch@4501fb5b63
This commit is contained in:
Karel Minarik 2016-07-01 18:16:25 +02:00
parent 5ea799cf51
commit 7d6a68fd0a
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
{
"graph.explore": {
"xpack.graph.explore": {
"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"],
"paths": ["/{index}/_xpack/graph/_explore", "/{index}/{type}/_xpack/graph/_explore"],
"parts" : {
"index": {
"type" : "list",
@ -23,7 +23,7 @@
"timeout": {
"type" : "time",
"description" : "Explicit operation timeout"
}
}
}
},
"body": {