Skip to content

Commit f150b84

Browse files
nielsbaumancbuescher
authored andcommitted
Allow pathRestricted param in RestGetDataStreamsAction (elastic#112434)
This is a follow-up of elastic#112303 which prohibited this parameter. This resulted in test failures on serverless.
1 parent b99ca1a commit f150b84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/data-streams/src/main/java/org/elasticsearch/datastreams/rest/RestGetDataStreamsAction.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public Set<String> supportedQueryParameters() {
6666
"include_defaults",
6767
"timeout",
6868
"master_timeout",
69+
RestRequest.PATH_RESTRICTED,
6970
IndicesOptions.WildcardOptions.EXPAND_WILDCARDS,
7071
IndicesOptions.ConcreteTargetOptions.IGNORE_UNAVAILABLE,
7172
IndicesOptions.WildcardOptions.ALLOW_NO_INDICES,

0 commit comments

Comments
 (0)