We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0426e1f commit 62d544eCopy full SHA for 62d544e
modules/data-streams/src/main/java/org/elasticsearch/datastreams/rest/RestGetDataStreamsAction.java
@@ -66,6 +66,7 @@ public Set<String> supportedQueryParameters() {
66
"include_defaults",
67
"timeout",
68
"master_timeout",
69
+ RestRequest.PATH_RESTRICTED,
70
IndicesOptions.WildcardOptions.EXPAND_WILDCARDS,
71
IndicesOptions.ConcreteTargetOptions.IGNORE_UNAVAILABLE,
72
IndicesOptions.WildcardOptions.ALLOW_NO_INDICES,
0 commit comments