[DOCS] Update get data stream API (#60862)

This commit is contained in:
Dan Hermann 2020-08-10 08:03:17 -05:00 committed by GitHub
parent f44c28b595
commit 192dc9dd3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -76,9 +76,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]]