[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}
|
==== {api-path-parms-title}
|
||||||
|
|
||||||
`<data-stream>`::
|
`<data-stream>`::
|
||||||
(Required, string)
|
(Optional, string)
|
||||||
Name of the data stream to retrieve.
|
Comma-separated list of data stream names used to limit the request. Wildcard
|
||||||
Wildcard (`*`) expressions are supported.
|
(`*`) expressions are supported. If omitted, all data streams will be
|
||||||
|
returned.
|
||||||
|
|
||||||
[role="child_attributes"]
|
[role="child_attributes"]
|
||||||
[[get-data-stream-api-response-body]]
|
[[get-data-stream-api-response-body]]
|
||||||
|
|
Loading…
Reference in New Issue