Enable/Disable notifications
NotificationID for which the status needs to be changed.
true for enabling
false for disabling
curl -u admin:admin -X PUT -d '[{"1":false}, {"2":false}, {"3":true}, {"4":false}]' -H "Content-Type: application/json" -v http://localhost:2990/jira/rest/announcer/1.0/admin/notifications/status
[{"1":false}, {"2":false}, {"3":true}, {"4":false}]
Need more help? Contact our support team.