We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c287c commit 3d9dc30Copy full SHA for 3d9dc30
plugins/examples/rest-handler/src/test/resources/rest-api-spec/api/cat.example.json
@@ -1,11 +1,17 @@
1
{
2
"cat.example": {
3
- "documentation": "",
+ "documentation": {
4
+ "url": "https://www.elastic.co/guide/en/elasticsearch/plugins/current/plugin-authors.html",
5
+ "description": "Example"
6
+ },
7
"stability" : "stable",
- "methods": ["GET"],
8
"url": {
- "paths": ["/_cat/example"],
- "parts": {},
9
+ "paths": [
10
+ {
11
+ "path" : "/_cat/example",
12
+ "methods" : ["GET"]
13
+ }
14
+ ],
15
"params": {
16
"help": {
17
"type": "boolean",
0 commit comments