Skip to content

Commit

Permalink
[DOCS] Fix monitoring operation summary and visibility (#3301) (#3324)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7cf7656)

Co-authored-by: Lisa Cawley <[email protected]>
  • Loading branch information
github-actions[bot] and lcawl authored Dec 19, 2024
1 parent 69944c2 commit 58186d8
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 58186d8

Please sign in to comment.