Skip to content

Commit

Permalink
Allow sysetm actions in the bulk edit API
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Oct 6, 2023
1 parent 2fe3842 commit 2e50e0d
Show file tree
Hide file tree
Showing 13 changed files with 1,314 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const ruleSnoozeScheduleSchemaWithValidation = schema.object(
);

const ruleActionSchema = schema.object({
group: schema.string(),
group: schema.maybe(schema.string()),
id: schema.string(),
params: schema.recordOf(schema.string(), schema.any(), { defaultValue: {} }),
uuid: schema.maybe(schema.string()),
Expand Down
Loading

0 comments on commit 2e50e0d

Please sign in to comment.