[DOCS] Update get data stream API (#60862)
This commit is contained in:
parent
f44c28b595
commit
192dc9dd3d
|
@ -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]]
|
||||
|
|
Loading…
Reference in New Issue