Skip to content

Commit f67494c

Browse files
committed
Mark enrich.stats and indices.delete_data_lifecycle as private in Serverless
These have INTERNAL scope now. enrich.stats was updated here: elastic/elasticsearch#107022 indices.delete_data_lifecycle was updated here: elastic/elasticsearch#107607
1 parent 9db9572 commit f67494c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/enrich/stats/EnrichStatsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ import { RequestBase } from '@_types/Base'
2424
* Returns enrich coordinator statistics and information about enrich policies that are currently executing.
2525
* @rest_spec_name enrich.stats
2626
* @availability stack since=7.5.0 stability=stable
27-
* @availability serverless stability=stable visibility=public
27+
* @availability serverless stability=stable visibility=private
2828
*/
2929
export interface Request extends RequestBase {}

specification/indices/delete_data_lifecycle/IndicesDeleteDataLifecycleRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { Duration } from '@_types/Time'
2626
* Removes the data stream lifecycle from a data stream, rendering it not managed by the data stream lifecycle.
2727
* @rest_spec_name indices.delete_data_lifecycle
2828
* @availability stack since=8.11.0 stability=stable
29-
* @availability serverless stability=stable visibility=public
29+
* @availability serverless stability=stable visibility=private
3030
*/
3131
export interface Request extends RequestBase {
3232
path_parts: {

0 commit comments

Comments
 (0)