Update api-conventions.asciidoc (#20203)

This commit is contained in:
markwalkom 2016-08-29 23:08:24 +10:00 committed by Clinton Gormley
parent c24ad1df4e
commit a8e7d57a84
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ API, unless otherwise specified.
Most APIs that refer to an `index` parameter support execution across multiple indices,
using simple `test1,test2,test3` notation (or `_all` for all indices). It also
support wildcards, for example: `test*`, and the ability to "add" (`+`)
support wildcards, for example: `test*` or `*test` or `te*t` or `*test*`, and the ability to "add" (`+`)
and "remove" (`-`), for example: `+test*,-test3`.
All multi indices API support the following url query string parameters: