summaryrefslogtreecommitdiff
path: root/rest-api-spec/api/cat.help.json
blob: d7f291353881d6da5524f775ce801604deee38e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "cat.help": {
    "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/cat.html",
    "methods": ["GET"],
    "url": {
      "path": "/_cat",
      "paths": ["/_cat"],
      "parts": {
      },
      "params": {
        "help": {
          "type": "boolean",
          "description": "Return help information",
          "default": false
        }
      }
    },
    "body": null
  }
}