diff --git a/docs/java-rest/high-level/textstructure/find-structure.asciidoc b/docs/java-rest/high-level/textstructure/find-structure.asciidoc index fa2a7a362902..b51a8cd11322 100644 --- a/docs/java-rest/high-level/textstructure/find-structure.asciidoc +++ b/docs/java-rest/high-level/textstructure/find-structure.asciidoc @@ -7,8 +7,6 @@ [id="{upid}-{api}"] === Find structure API -experimental::[] - Determines the structure of text and other information that will be useful to import its contents to an {es} index. It accepts a +{request}+ object and responds with a +{response}+ object. @@ -28,7 +26,7 @@ include-tagged::{doc-tests-file}[{api}-request] ==== Optional arguments -The following arguments are optional. +The following arguments are optional: ["source","java",subs="attributes,callouts,macros"] --------------------------------------------------