Skip to content

Commit 27873b5

Browse files
lcawlgithub-actions[bot]
authored andcommitted
[DOCS] Fix monitoring operation summary and visibility (#3301)
(cherry picked from commit 7cf7656)
1 parent 5bf37e8 commit 27873b5

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)