diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/esql.get_query.json b/rest-api-spec/src/main/resources/rest-api-spec/api/esql.get_query.json index 817e07828bed5..be23093c27a9a 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/esql.get_query.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/esql.get_query.json @@ -1,7 +1,7 @@ { "esql.get_query": { "documentation": { - "url": null, + "url": "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-esql-get-query", "description": "Get a specific running ES|QL query information" }, "stability": "experimental", diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/esql.list_queries.json b/rest-api-spec/src/main/resources/rest-api-spec/api/esql.list_queries.json index d219feadff04a..ba3fb4536665c 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/esql.list_queries.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/esql.list_queries.json @@ -1,7 +1,7 @@ { "esql.list_queries": { "documentation": { - "url": null, + "url": "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-esql-list-queries", "description": "Get running ES|QL queries information" }, "stability": "experimental", 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 8d3fba941af3b..090f65e8ab550 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 @@ -1,7 +1,7 @@ { "ml.validate_detector": { "documentation": { - "url": "https://www.elastic.co/guide/en/machine-learning/current/ml-jobs.html", + "url": null, "description": "Validate an anomaly detection job" }, "stability": "stable", diff --git a/rest-api-spec/src/main/resources/schema.json b/rest-api-spec/src/main/resources/schema.json index 02fdd920f9216..3326a112c2713 100644 --- a/rest-api-spec/src/main/resources/schema.json +++ b/rest-api-spec/src/main/resources/schema.json @@ -60,6 +60,9 @@ "properties": { "stability": { "const": "stable" + }, + "visibility": { + "const": "public" } } },