|
@@ -55,7 +55,7 @@ GET /_cat/master?help
|
|
|
--------------------------------------------------
|
|
|
// CONSOLE
|
|
|
|
|
|
-Might respond respond with:
|
|
|
+Might respond with:
|
|
|
|
|
|
[source,txt]
|
|
|
--------------------------------------------------
|
|
@@ -66,6 +66,11 @@ node | n | node name
|
|
|
--------------------------------------------------
|
|
|
// TESTRESPONSE[s/[|]/[|]/ _cat]
|
|
|
|
|
|
+NOTE: `help` is not supported if any optional url parameter is used.
|
|
|
+For example `GET _cat/shards/twitter?help` or `GET _cat/indices/twi*?help`
|
|
|
+results in an error. Use `GET _cat/shards?help` or `GET _cat/indices?help`
|
|
|
+instead.
|
|
|
+
|
|
|
[float]
|
|
|
[[headers]]
|
|
|
=== Headers
|