Skip to content

Commit 1ea2583

Browse files
[Backport 8.x] [DOCS] Renames ML get usage info APIs back to get stats (#4300)
* [DOCS] Renames ML get usage info APIs back to get stats. (#4299) (cherry picked from commit 42e9256) * Update package.json * Update package-lock.json --------- Co-authored-by: István Zoltán Szabó <[email protected]>
1 parent f37bf5a commit 1ea2583

File tree

7 files changed

+27
-27
lines changed

7 files changed

+27
-27
lines changed

output/openapi/elasticsearch-openapi.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema-serverless.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/ml/get_data_frame_analytics_stats/MlGetDataFrameAnalyticsStatsRequest.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { Id } from '@_types/common'
2222
import { integer } from '@_types/Numeric'
2323

2424
/**
25-
* Get data frame analytics jobs usage info.
25+
* Get data frame analytics job stats.
2626
* @rest_spec_name ml.get_data_frame_analytics_stats
2727
* @availability stack since=7.3.0 stability=stable
2828
* @availability serverless stability=stable visibility=public

specification/ml/get_datafeed_stats/MlGetDatafeedStatsRequest.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { RequestBase } from '@_types/Base'
2121
import { Ids } from '@_types/common'
2222

2323
/**
24-
* Get datafeeds usage info.
24+
* Get datafeed stats.
2525
* You can get statistics for multiple datafeeds in a single API request by
2626
* using a comma-separated list of datafeeds or a wildcard expression. You can
2727
* get statistics for all datafeeds by using `_all`, by specifying `*` as the

specification/ml/get_job_stats/MlGetJobStatsRequest.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { RequestBase } from '@_types/Base'
2121
import { Id } from '@_types/common'
2222

2323
/**
24-
* Get anomaly detection jobs usage info.
24+
* Get anomaly detection job stats.
2525
* @rest_spec_name ml.get_job_stats
2626
* @availability stack since=5.5.0 stability=stable
2727
* @availability serverless stability=stable visibility=public

0 commit comments

Comments
 (0)