mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
[DOCS] Reorder index APIs alphabetically (#46981)
This commit is contained in:
parent
650c0c695e
commit
7583c07fa8
13 changed files with 86 additions and 71 deletions
|
@ -5,12 +5,12 @@
|
|||
--
|
||||
|
||||
[id="{upid}-{api}"]
|
||||
=== Indices Exists API
|
||||
=== Index Exists API
|
||||
|
||||
[id="{upid}-{api}-request"]
|
||||
==== Indices Exists Request
|
||||
==== Index Exists Request
|
||||
|
||||
The high-level REST client uses a +{request}+ for Indices Exists API. The index name (or indices' names) are required.
|
||||
The high-level REST client uses a +{request}+ for Index Exists API. The index name (or indices' names) are required.
|
||||
|
||||
["source","java",subs="attributes,callouts,macros"]
|
||||
--------------------------------------------------
|
||||
|
@ -20,7 +20,7 @@ include-tagged::{doc-tests-file}[{api}-request]
|
|||
|
||||
[[java-rest-high-indices-exists-optional-args]]
|
||||
==== Optional arguments
|
||||
Indices Exists API also accepts following optional arguments, through a +{request}+:
|
||||
Index exists API also accepts following optional arguments, through a +{request}+:
|
||||
|
||||
["source","java",subs="attributes,callouts,macros"]
|
||||
--------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue