Browse Source

[DOCS] Update get data stream API

Dan Hermann 5 years ago
parent
commit
9954bf14cd
1 changed files with 4 additions and 3 deletions
  1. 4 3
      docs/reference/indices/get-data-stream.asciidoc

+ 4 - 3
docs/reference/indices/get-data-stream.asciidoc

@@ -85,9 +85,10 @@ GET /_data_stream/my-data-stream
 ==== {api-path-parms-title}
 
 `<data-stream>`::
-(Required, string)
-Name of the data stream to retrieve.
-Wildcard (`*`) expressions are supported.
+(Optional, string)
+Comma-separated list of data stream names used to limit the request. Wildcard
+(`*`) expressions are supported. If omitted, all data streams will be
+returned.
 
 [role="child_attributes"]
 [[get-data-stream-api-response-body]]