Skip to content

Commit ca8cc1f

Browse files
authored
[ML] Updates visiblity of validate API (#81061) (#81109)
1 parent b891026 commit ca8cc1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/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"]

rest-api-spec/src/main/resources/rest-api-spec/api/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"]

0 commit comments

Comments
 (0)