Skip to content

Commit ec63077

Browse files
authored
Mark data stream stats API as private on Serverless (#2678)
1 parent 0f02e16 commit ec63077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/indices/data_streams_stats/IndicesDataStreamsStatsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { ExpandWildcards, IndexName } from '@_types/common'
2525
* Retrieves statistics for one or more data streams.
2626
* @rest_spec_name indices.data_streams_stats
2727
* @availability stack since=7.9.0 stability=stable
28-
* @availability serverless stability=stable visibility=public
28+
* @availability serverless stability=stable visibility=private
2929
* @index_privileges monitor
3030
*/
3131
export interface Request extends RequestBase {

0 commit comments

Comments
 (0)