Skip to content

Commit 9f914b4

Browse files
authored
rest-api-spec: fix documentation URLs (elastic#137559) (elastic#137608)
(cherry picked from commit bb71252) # Conflicts: # rest-api-spec/src/main/resources/rest-api-spec/api/esql.get_query.json # rest-api-spec/src/main/resources/rest-api-spec/api/esql.list_queries.json # rest-api-spec/src/main/resources/rest-api-spec/api/ml.validate_detector.json # rest-api-spec/src/main/resources/rest-api-spec/api/project.tags.json
1 parent e58b300 commit 9f914b4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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
@@ -1,7 +1,7 @@
11
{
22
"ml.validate_detector": {
33
"documentation": {
4-
"url": "https://www.elastic.co/docs/api/doc/elasticsearch/v8",
4+
"url": null,
55
"description": "Validate an anomaly detection job"
66
},
77
"stability": "stable",

rest-api-spec/src/main/resources/schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
"properties": {
6161
"stability": {
6262
"const": "stable"
63+
},
64+
"visibility": {
65+
"const": "public"
6366
}
6467
}
6568
},

0 commit comments

Comments
 (0)