Skip to content

Commit

Permalink
both steps mandatory in move to step request
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Oct 1, 2024
1 parent 4612859 commit 984b25d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions specification/ilm/move_to_step/MoveToStepRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export interface Request extends RequestBase {
index: IndexName
}
body: {
current_step?: StepKey
next_step?: StepKey
current_step: StepKey
next_step: StepKey
}
}

0 comments on commit 984b25d

Please sign in to comment.