[DOCS] Reorder index APIs alphabetically (#46981)

This commit is contained in:
James Rodewig 2019-10-01 15:13:27 -04:00 committed by GitHub
parent 650c0c695e
commit 7583c07fa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 86 additions and 71 deletions

View file

@ -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"]
--------------------------------------------------