From 45f687a1c9003904f78cd181eea99e69c6e46a8b Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Mon, 29 Nov 2021 08:13:22 -0800 Subject: [PATCH] [ML] Updates visiblity of validate API (#81061) --- .../src/main/resources/rest-api-spec/api/ml.validate.json | 2 +- .../main/resources/rest-api-spec/api/ml.validate_detector.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/ml.validate.json b/rest-api-spec/src/main/resources/rest-api-spec/api/ml.validate.json index 5db5f91ddc527..b57f1bb69ffa1 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/ml.validate.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/ml.validate.json @@ -5,7 +5,7 @@ "description":"Validates an anomaly detection job." }, "stability":"stable", - "visibility":"public", + "visibility":"private", "headers":{ "accept": [ "application/json"], "content_type": ["application/json"] diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/ml.validate_detector.json b/rest-api-spec/src/main/resources/rest-api-spec/api/ml.validate_detector.json index 30a24b1c6074a..1400da1ccee09 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/ml.validate_detector.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/ml.validate_detector.json @@ -5,7 +5,7 @@ "description":"Validates an anomaly detection detector." }, "stability":"stable", - "visibility":"public", + "visibility":"private", "headers":{ "accept": [ "application/json"], "content_type": ["application/json"]