Replace type of notification_type
field with type NotificationType in v4
#7384
Labels
bump/major
Needs new major version for release
Summary
Start using the
NotificationType
type everywhere in the backend, including for thenotification_type
field starting v4Current Situation
We have a
NotificationType
type which we can't use in v3 for thenotification_type
because this would be a breaking API change. So we currently use strings (the enum converted to string).Desired Situation
Use the
NotificationType
type across the backend.Code of Conduct
The text was updated successfully, but these errors were encountered: