Skip to content

Commit 4dab274

Browse files
pquentingithub-actions[bot]
authored andcommitted
Update rest-api-spec
1 parent d786091 commit 4dab274

14 files changed

+219
-24
lines changed

compiler/package-lock.json

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 84 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

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

specification/_json_spec/cat.aliases.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232
"type": "string",
3333
"description": "a short version of the Accept header, e.g. json, yaml"
3434
},
35-
"local": {
36-
"type": "boolean",
37-
"description": "Return local information, do not retrieve the state from master node (default: false)"
38-
},
3935
"h": {
4036
"type": "list",
4137
"description": "Comma-separated list of column names to display"

specification/_json_spec/indices.delete_data_lifecycle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams-delete-lifecycle.html",
55
"description": "Deletes the data stream lifecycle of the selected data streams."
66
},
7-
"stability": "experimental",
7+
"stability": "stable",
88
"visibility": "public",
99
"headers": {
1010
"accept": ["application/json"]

specification/_json_spec/indices.exists_alias.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@
5151
"options": ["open", "closed", "hidden", "none", "all"],
5252
"default": "all",
5353
"description": "Whether to expand wildcard expression to concrete indices that are open, closed or both."
54-
},
55-
"local": {
56-
"type": "boolean",
57-
"description": "Return local information, do not retrieve the state from master node (default: false)"
5854
}
5955
}
6056
}

specification/_json_spec/indices.explain_data_lifecycle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/data-streams-explain-lifecycle.html",
55
"description": "Retrieves information about the index's current data stream lifecycle, such as any potential encountered error, time since creation etc."
66
},
7-
"stability": "experimental",
7+
"stability": "stable",
88
"visibility": "public",
99
"headers": {
1010
"accept": ["application/json"]

specification/_json_spec/indices.get_alias.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@
6565
"options": ["open", "closed", "hidden", "none", "all"],
6666
"default": "all",
6767
"description": "Whether to expand wildcard expression to concrete indices that are open, closed or both."
68-
},
69-
"local": {
70-
"type": "boolean",
71-
"description": "Return local information, do not retrieve the state from master node (default: false)"
7268
}
7369
}
7470
}

specification/_json_spec/indices.get_data_lifecycle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams-get-lifecycle.html",
55
"description": "Returns the data stream lifecycle of the selected data streams."
66
},
7-
"stability": "experimental",
7+
"stability": "stable",
88
"visibility": "public",
99
"headers": {
1010
"accept": ["application/json"]

specification/_json_spec/indices.put_data_lifecycle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams-put-lifecycle.html",
55
"description": "Updates the data stream lifecycle of the selected data streams."
66
},
7-
"stability": "experimental",
7+
"stability": "stable",
88
"visibility": "public",
99
"headers": {
1010
"accept": ["application/json"]

0 commit comments

Comments
 (0)