You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What problem would you like to solve? Please describe:
Currently the alert creation genericapi returns 204 no-content response. This creates a problem in systems that use GoAlert API to create alerts as they don't get any handles to the alert for tracking.
Describe the solution you'd like:
The solution would be to return the created alert object as a response.
Additional context:
I can open a PR with the changes should we go ahead with this.