Skip to content

Commit

Permalink
[DOCS] Fix monitoring operation summary and visibility (#3301)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Dec 17, 2024
1 parent 6d26d93 commit 7cf7656
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
12 changes: 8 additions & 4 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion specification/monitoring/bulk/BulkMonitoringRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ import { RequestBase } from '@_types/Base'
import { Duration } from '@_types/Time'

/**
* Send monitoring data.
* This API is used by the monitoring features to send monitoring data.
* @rest_spec_name monitoring.bulk
* @availability stack since=6.3.0 stability=stable
* @availability stack since=6.3.0 stability=stable visibility=private
*/
export interface Request<TDocument, TPartialDocument> extends RequestBase {
path_parts: {
Expand Down

0 comments on commit 7cf7656

Please sign in to comment.