Skip to content

Commit a802db0

Browse files
authored
rest-api-spec: fix documentation URLs (elastic#137559) (elastic#137609)
(cherry picked from commit bb71252) # Conflicts: # rest-api-spec/src/main/resources/rest-api-spec/api/project.tags.json
1 parent a54d6d2 commit a802db0

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/esql.get_query.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"esql.get_query": {
33
"documentation": {
4-
"url": null,
4+
"url": "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-esql-get-query",
55
"description": "Get a specific running ES|QL query information"
66
},
77
"stability": "experimental",

rest-api-spec/src/main/resources/rest-api-spec/api/esql.list_queries.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"esql.list_queries": {
33
"documentation": {
4-
"url": null,
4+
"url": "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-esql-list-queries",
55
"description": "Get running ES|QL queries information"
66
},
77
"stability": "experimental",

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/guide/en/machine-learning/current/ml-jobs.html",
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)