Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Abdon Pijpelink <[email protected]>
  • Loading branch information
szabosteve and abdonpijpelink authored Aug 9, 2023
1 parent f80de66 commit 4ad5753
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion specification/indices/put_alias/IndicesPutAliasRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export interface Request extends RequestBase {
/**
* Value used to route indexing operations to a specific shard.
* If specified, this overwrites the `routing` value for indexing operations.
* ata stream aliases don’t support this parameter.
* Data stream aliases don’t support this parameter.
*/
index_routing?: Routing
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface Request extends RequestBase {
/**
* Type of data stream that wildcard patterns can match.
* Supports comma-separated values, such as `open,hidden`.
* Valid values are: all, hidden, open, closed, none.
* Valid values are: `all`, `hidden`, `open`, `closed`, `none`.
* @server_default open
*/
expand_wildcards?: ExpandWildcards
Expand Down
4 changes: 2 additions & 2 deletions specification/indices/resolve_index/ResolveIndexRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ import { ExpandWildcards, Names } from '@_types/common'
export interface Request extends RequestBase {
path_parts: {
/**
* Comma-separated name(s) or index pattern(s) of the indices, aliases, and data streams to resolve
* Resources on remote clusters can be specified using the` <cluster>`:`<name>` syntax.
* Comma-separated name(s) or index pattern(s) of the indices, aliases, and data streams to resolve.
* Resources on remote clusters can be specified using the `<cluster>`:`<name>` syntax.
*/
name: Names
}
Expand Down

0 comments on commit 4ad5753

Please sign in to comment.