Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 3 additions & 0 deletions rest-api-spec/src/main/resources/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
"properties": {
"stability": {
"const": "stable"
},
"visibility": {
"const": "public"
}
}
},
Expand Down