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,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really, ml.validate_detector is related but different and private.

"description": "Validate an anomaly detection job"
},
"stability": "stable",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"project.tags": {
"documentation": {
"url": null,
"url": "https://www.elastic.co/docs/api/doc/elasticsearch-serverless/operation/operation-project-tags",
"description": "Return tags defined for the project"
},
"stability": "experimental",
"stability": "stable",
"visibility": "public",
"headers": {
"accept": [
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