Skip to content

Commit 498f581

Browse files
authored
[ML] Updates visiblity of validate API (#81061)
1 parent 54e0370 commit 498f581

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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"]

x-pack/qa/xpack-prefix-rest-compat/src/yamlRestTestV7Compat/resources/rest-api-spec/api/xpack-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/vnd.elasticsearch+json;compatible-with=7"],
1111
"content_type": ["application/json"]

x-pack/qa/xpack-prefix-rest-compat/src/yamlRestTestV7Compat/resources/rest-api-spec/api/xpack-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/vnd.elasticsearch+json;compatible-with=7"],
1111
"content_type": ["application/json"]

0 commit comments

Comments
 (0)