Skip to content

Commit 2c8a9ea

Browse files
authored
Reindex source and dest fields are required (elastic#1520)
1 parent 7b8304b commit 2c8a9ea

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

output/schema/schema.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_global/reindex/ReindexRequest.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ export interface Request extends RequestBase {
4242
}
4343
body: {
4444
conflicts?: Conflicts
45-
dest?: Destination
45+
dest: Destination
4646
max_docs?: long
4747
script?: Script
4848
size?: long
49-
source?: Source
49+
source: Source
5050
}
5151
}

0 commit comments

Comments
 (0)