Skip to content

Commit 984b25d

Browse files
committed
both steps mandatory in move to step request
1 parent 4612859 commit 984b25d

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

output/openapi/elasticsearch-openapi.json

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

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/ilm/move_to_step/MoveToStepRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface Request extends RequestBase {
3030
index: IndexName
3131
}
3232
body: {
33-
current_step?: StepKey
34-
next_step?: StepKey
33+
current_step: StepKey
34+
next_step: StepKey
3535
}
3636
}

0 commit comments

Comments
 (0)