Skip to content

Commit f564ee9

Browse files
Reindex source and dest fields are required (#1520) (#1528)
Co-authored-by: Sylvain Wallez <[email protected]>
1 parent 4e6b97a commit f564ee9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

output/schema/schema.json

Lines changed: 2 additions & 2 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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_global/reindex/ReindexRequest.ts

Lines changed: 2 additions & 2 deletions
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)