Skip to content

Commit 6e43ae4

Browse files
authored
Add missing parameter to xpack.info rest-api-spec (#118954) (#119739)
* Add missing parameter to xpack.info rest-api-spec * Update docs/changelog/118954.yaml
1 parent bb48f0a commit 6e43ae4

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/changelog/118954.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 118954
2+
summary: Add missing parameter to `xpack.info` rest-api-spec
3+
area: Infra/REST API
4+
type: bug
5+
issues: []

rest-api-spec/src/main/resources/rest-api-spec/api/xpack.info.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
]
2121
},
2222
"params":{
23+
"human":{
24+
"type":"boolean",
25+
"required":false,
26+
"description":"Defines whether additional human-readable information is included in the response. In particular, it adds descriptions and a tag line. The default value is true.",
27+
"default":true
28+
},
2329
"categories":{
2430
"type":"list",
2531
"description":"Comma-separated list of info categories. Can be any of: build, license, features"

0 commit comments

Comments
 (0)