notifications/status

Enable/Disable notifications

Request

https://your.base.url/rest/announcer/1.0/admin/notifications/status


Parameters

Parameter NameValueDescription
NotificationIdString

NotificationID for which the status needs to be changed. 

statusboolean

true for enabling

false for disabling

Sample request


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


Sample response


[{"1":false}, {"2":false}, {"3":true}, {"4":false}]


Need more help? Contact our support team.