Werk #17578: notifications: 'notification_bulking' not a required field
Component | REST API | ||||
Title | notifications: 'notification_bulking' not a required field | ||||
Date | Jan 31, 2025 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Incompatible - Manual interaction might be required | ||||
Checkmk versions & editions |
|
For most notification plugins, the notification_bulking field didn't make sense and was previously made a non-required field. However, if you tried to create a notification rule via the rest-api without this field, it would generate a crash report. This werk addresses this issue by first checking if the field is present before setting it's value.