Skip to content

Commit

Permalink
Allow pathRestricted param in RestGetDataStreamsAction
Browse files Browse the repository at this point in the history
This is a follow-up of elastic#112303 that prohibited this parameter.
This resulted in test failures on serverless.
  • Loading branch information
nielsbauman committed Sep 2, 2024
1 parent 0426e1f commit 5e69e4f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public Set<String> supportedQueryParameters() {
"include_defaults",
"timeout",
"master_timeout",
RestRequest.PATH_RESTRICTED,
IndicesOptions.WildcardOptions.EXPAND_WILDCARDS,
IndicesOptions.ConcreteTargetOptions.IGNORE_UNAVAILABLE,
IndicesOptions.WildcardOptions.ALLOW_NO_INDICES,
Expand Down

0 comments on commit 5e69e4f

Please sign in to comment.