Skip to content

Commit e746394

Browse files
Update rest-api-spec (#5279)
Co-authored-by: pquentin <[email protected]>
1 parent e4a2460 commit e746394

31 files changed

+42
-16
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_json_spec/bulk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"require_alias": {
6666
"type": "boolean",
67-
"description": "If true, the requests actions must target an index alias. Defaults to false."
67+
"description": "If true, the request's actions must target an index alias. Defaults to false."
6868
},
6969
"require_data_stream": {
7070
"type": "boolean",

specification/_json_spec/cat.aliases.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"params": {
3131
"format": {
3232
"type": "string",
33+
"default": "text",
3334
"description": "a short version of the Accept header, e.g. json, yaml"
3435
},
3536
"h": {

specification/_json_spec/cat.allocation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@
3030
"params": {
3131
"format": {
3232
"type": "string",
33+
"default": "text",
3334
"description": "a short version of the Accept header, e.g. json, yaml"
3435
},
3536
"bytes": {
3637
"type": "enum",
3738
"description": "The unit in which to display byte values",
38-
"options": ["b", "k", "kb", "m", "mb", "g", "gb", "t", "tb", "p", "pb"]
39+
"options": ["b", "kb", "mb", "gb", "tb", "pb"]
3940
},
4041
"local": {
4142
"type": "boolean",

specification/_json_spec/cat.component_templates.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"params": {
3131
"format": {
3232
"type": "string",
33+
"default": "text",
3334
"description": "a short version of the Accept header, e.g. json, yaml"
3435
},
3536
"local": {

specification/_json_spec/cat.count.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"params": {
3131
"format": {
3232
"type": "string",
33+
"default": "text",
3334
"description": "a short version of the Accept header, e.g. json, yaml"
3435
},
3536
"h": {

specification/_json_spec/cat.fielddata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@
3030
"params": {
3131
"format": {
3232
"type": "string",
33+
"default": "text",
3334
"description": "a short version of the Accept header, e.g. json, yaml"
3435
},
3536
"bytes": {
3637
"type": "enum",
3738
"description": "The unit in which to display byte values",
38-
"options": ["b", "k", "kb", "m", "mb", "g", "gb", "t", "tb", "p", "pb"]
39+
"options": ["b", "kb", "mb", "gb", "tb", "pb"]
3940
},
4041
"h": {
4142
"type": "list",

specification/_json_spec/cat.health.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"params": {
2121
"format": {
2222
"type": "string",
23+
"default": "text",
2324
"description": "a short version of the Accept header, e.g. json, yaml"
2425
},
2526
"h": {

specification/_json_spec/cat.indices.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@
3030
"params": {
3131
"format": {
3232
"type": "string",
33+
"default": "text",
3334
"description": "a short version of the Accept header, e.g. json, yaml"
3435
},
3536
"bytes": {
3637
"type": "enum",
3738
"description": "The unit in which to display byte values",
38-
"options": ["b", "k", "kb", "m", "mb", "g", "gb", "t", "tb", "p", "pb"]
39+
"options": ["b", "kb", "mb", "gb", "tb", "pb"]
3940
},
4041
"master_timeout": {
4142
"type": "time",

0 commit comments

Comments
 (0)