Skip to content

Commit ba3d56f

Browse files
authored
[Text Structure][ML] adjust spec to reflect accurate stability (#71236) (#71242)
the text_structure/find_structure API is stable and GA as of 7.12. This commit adjusts the spec to reflect that.
1 parent 81d4efa commit ba3d56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/text_structure.find_structure.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/find-structure.html",
55
"description":"Finds the structure of a text file. The text file must contain data that is suitable to be ingested into Elasticsearch."
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"visibility":"public",
99
"headers":{
1010
"accept": [ "application/json"],

0 commit comments

Comments
 (0)