We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb25929 commit 8c7c273Copy full SHA for 8c7c273
specification/monitoring/bulk/BulkMonitoringRequest.ts
@@ -22,8 +22,10 @@ import { RequestBase } from '@_types/Base'
22
import { Duration } from '@_types/Time'
23
24
/**
25
+ * Send monitoring data.
26
+ * This API is used by the monitoring features to send monitoring data.
27
* @rest_spec_name monitoring.bulk
- * @availability stack since=6.3.0 stability=stable
28
+ * @availability stack since=6.3.0 stability=stable visibility=private
29
*/
30
export interface Request<TDocument, TPartialDocument> extends RequestBase {
31
path_parts: {
0 commit comments