Skip to content

Commit

Permalink
updating expand_wildcards
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Mar 3, 2020
1 parent 407de18 commit b407a65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ interface Aggregation {
}

interface IndicesOptions {
expand_wildcards?: string[];
expand_wildcards?: 'all' | 'open' | 'closed' | 'hidden' | 'none';
ignore_unavailable?: boolean;
allow_no_indices?: boolean;
ignore_throttled?: boolean;
Expand Down

0 comments on commit b407a65

Please sign in to comment.