Skip to content

Commit 8c7c273

Browse files
committed
Fix monitoring visibility
1 parent fb25929 commit 8c7c273

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

specification/monitoring/bulk/BulkMonitoringRequest.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ import { RequestBase } from '@_types/Base'
2222
import { Duration } from '@_types/Time'
2323

2424
/**
25+
* Send monitoring data.
26+
* This API is used by the monitoring features to send monitoring data.
2527
* @rest_spec_name monitoring.bulk
26-
* @availability stack since=6.3.0 stability=stable
28+
* @availability stack since=6.3.0 stability=stable visibility=private
2729
*/
2830
export interface Request<TDocument, TPartialDocument> extends RequestBase {
2931
path_parts: {

0 commit comments

Comments
 (0)