1
0
Эх сурвалжийг харах

ES|QL: Update the REST API specification "stability" property from experimental to stable (#107697)

This commit updates the REST API specification "stability" property from experimental to stable, as the ES|QL endpoints move towards GA.
Chris Hegarty 1 жил өмнө
parent
commit
03dac8aa84

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/esql.async_query.json

@@ -4,7 +4,7 @@
       "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/esql-async-query-api.html",
       "description":"Executes an ESQL request asynchronously"
     },
-    "stability":"experimental",
+    "stability":"stable",
     "visibility":"public",
     "headers":{
       "accept": ["application/json"],

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/esql.query.json

@@ -4,7 +4,7 @@
       "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/esql-query-api.html",
       "description":"Executes an ESQL request"
     },
-    "stability":"experimental",
+    "stability":"stable",
     "visibility":"public",
     "headers":{
       "accept": [ "application/json"],