Skip to content

Commit

Permalink
[ILM] Add missing deprecated param to API schema (elastic#175440)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba authored and fkanout committed Mar 4, 2024
1 parent 9e9985d commit e52bed2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ async function createPolicy(
*/
const bodySchema = schema.object({
name: schema.string(),
deprecated: schema.maybe(schema.boolean()),
phases: schema.object({
hot: schema.any(),
warm: schema.maybe(schema.any()),
Expand Down

0 comments on commit e52bed2

Please sign in to comment.