Skip to content

Commit d7603a8

Browse files
authored
Adds visibility tag to ML validate APIs (#1063) (#1073)
1 parent c99cfc6 commit d7603a8

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

output/schema/schema.json

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

specification/_json_spec/ml.validate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Validates an anomaly detection job."
66
},
77
"stability": "stable",
8-
"visibility": "public",
8+
"visibility": "private",
99
"headers": {
1010
"accept": ["application/json"],
1111
"content_type": ["application/json"]

specification/_json_spec/ml.validate_detector.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Validates an anomaly detection detector."
66
},
77
"stability": "stable",
8-
"visibility": "public",
8+
"visibility": "private",
99
"headers": {
1010
"accept": ["application/json"],
1111
"content_type": ["application/json"]

specification/ml/validate/MlValidateJobRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import { long } from '@_types/Numeric'
2828
* @rest_spec_name ml.validate
2929
* @since 6.3.0
3030
* @stability stable
31+
* @visibility private
3132
*/
3233
export interface Request extends RequestBase {
3334
body: {

specification/ml/validate_detector/MlValidateDetectorRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { RequestBase } from '@_types/Base'
2323
/**
2424
* @rest_spec_name ml.validate_detector
2525
* @since 5.4.0
26-
*
26+
* @visibility private
2727
* @stability stable
2828
*/
2929
export interface Request extends RequestBase {

0 commit comments

Comments
 (0)