Skip to content

Commit 627eab6

Browse files
Changes back indices.create:alias to a simple dictionary (#1313) (#1317)
Co-authored-by: Sylvain Wallez <[email protected]>
1 parent efedb7d commit 627eab6

File tree

3 files changed

+17
-43
lines changed

3 files changed

+17
-43
lines changed

output/schema/schema.json

Lines changed: 15 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/indices/create/IndicesCreateRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface Request extends RequestBase {
4242
}
4343
body: {
4444
/* Aliases for the index. */
45-
aliases?: Dictionary<Name, Alias> | Dictionary<Name, Alias>[]
45+
aliases?: Dictionary<Name, Alias>
4646
/**
4747
* Mapping for fields in the index. If specified, this mapping can include:
4848
* - Field names

0 commit comments

Comments
 (0)