Skip to content

Commit

Permalink
Switch visibility to public in ESQL REST spec (elastic#100622) (elast…
Browse files Browse the repository at this point in the history
…ic#100628)

This update the visibility field in ESQL's REST spec to public.

It also updates the types of quotes used for one the REST object
parameter to backticks, for consistency.
  • Loading branch information
bpintea authored Oct 10, 2023
1 parent 736420e commit 55b9617
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description":"Executes an ESQL request"
},
"stability":"experimental",
"visibility":"private",
"visibility":"public",
"headers":{
"accept": [ "application/json"],
"content_type": ["application/json"]
Expand All @@ -32,7 +32,7 @@
}
},
"body":{
"description":"Use the `query` element to start a query. Use `time_zone` to specify an execution time zone and 'columnar' to format the answer.",
"description":"Use the `query` element to start a query. Use `time_zone` to specify an execution time zone and `columnar` to format the answer.",
"required":true
}
}
Expand Down

0 comments on commit 55b9617

Please sign in to comment.