Skip to content

Commit

Permalink
[ILM] Add missing deprecated param to API schema (#175440)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba authored Jan 30, 2024
1 parent d8032cd commit 6fea1ac
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 6fea1ac

Please sign in to comment.