Skip to content

Commit e6d4d36

Browse files
authored
Update rest-api-spec (#784)
1 parent bc30f1a commit e6d4d36

File tree

41 files changed

+86
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+86
-80
lines changed

output/schema/schema.json

Lines changed: 33 additions & 33 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: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_global/get_script_context/GetScriptContextRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ import { RequestBase } from '@_types/Base'
2222
/**
2323
* @rest_spec_name get_script_context
2424
* @since 0.0.0
25-
* @stability experimental
25+
* @stability stable
2626
*/
2727
export interface Request extends RequestBase {}

specification/_global/get_script_languages/GetScriptLanguagesRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ import { RequestBase } from '@_types/Base'
2222
/**
2323
* @rest_spec_name get_script_languages
2424
* @since 0.0.0
25-
* @stability experimental
25+
* @stability stable
2626
*/
2727
export interface Request extends RequestBase {}

specification/_global/rank_eval/RankEvalRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { RankEvalMetric, RankEvalRequestItem } from './types'
2424
/**
2525
* @rest_spec_name rank_eval
2626
* @since 6.2.0
27-
* @stability experimental
27+
* @stability stable
2828
*/
2929
export interface Request extends RequestBase {
3030
path_parts: {

specification/_global/terms_enum/TermsEnumRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { Time } from '@_types/Time'
2626
/**
2727
* @rest_spec_name terms_enum
2828
* @since 7.14.0
29-
* @stability beta
29+
* @stability stable
3030
*/
3131
export interface Request extends RequestBase {
3232
path_parts: {

specification/_json_spec/autoscaling.delete_autoscaling_policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Deletes an autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported."
66
},
77
"stability": "stable",
8-
"visibility": "public",
8+
"visibility": "private",
99
"headers": {
1010
"accept": ["application/json"]
1111
},

specification/_json_spec/autoscaling.get_autoscaling_capacity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Gets the current autoscaling capacity based on the configured autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported."
66
},
77
"stability": "stable",
8-
"visibility": "public",
8+
"visibility": "private",
99
"headers": {
1010
"accept": ["application/json"]
1111
},

specification/_json_spec/autoscaling.get_autoscaling_policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Retrieves an autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported."
66
},
77
"stability": "stable",
8-
"visibility": "public",
8+
"visibility": "private",
99
"headers": {
1010
"accept": ["application/json"]
1111
},

specification/_json_spec/autoscaling.put_autoscaling_policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Creates a new autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported."
66
},
77
"stability": "stable",
8-
"visibility": "public",
8+
"visibility": "private",
99
"headers": {
1010
"accept": ["application/json"],
1111
"content_type": ["application/json"]

specification/_json_spec/fleet.global_checkpoints.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"fleet.global_checkpoints": {
33
"documentation": {
4-
"url": null,
4+
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-global-checkpoints.html",
55
"description": "Returns the current global checkpoints for an index. This API is design for internal use by the fleet server project."
66
},
7-
"stability": "experimental",
7+
"stability": "stable",
88
"visibility": "public",
99
"headers": {
1010
"accept": ["application/json"],

specification/_json_spec/get_script_context.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/painless/master/painless-contexts.html",
55
"description": "Returns all script contexts."
66
},
7-
"stability": "experimental",
7+
"stability": "stable",
88
"visibility": "public",
99
"headers": {
1010
"accept": ["application/json"]

0 commit comments

Comments
 (0)