-
Notifications
You must be signed in to change notification settings - Fork 115
Fix expand_wildcards default values #5599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Following you can find the validation changes against the target branch for the APIs.
You can validate these APIs yourself by using the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
expand_wildcards is special because there's no real default value, each API can set its own.
| * Type of data stream that wildcard patterns can match. | ||
| * Supports comma-separated values, such as `open,hidden`. | ||
| * @server_default open | ||
| * @server_default open,closed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. | ||
| * Supports comma-separated values, such as `open,hidden`. | ||
| * @server_default open | ||
| * @server_default open,closed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. | ||
| * Supports comma-separated values, such as `open,hidden`. | ||
| * @server_default open | ||
| * @server_default all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. | ||
| * Supports comma-separated values, such as `open,hidden`. | ||
| * @server_default open | ||
| * @server_default all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as indices.exist_alias above
| * If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. | ||
| * Supports comma-separated values, such as `open,hidden`. | ||
| * @server_default open | ||
| * @server_default closed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.