Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Announcer’s REST APIs are used to interact with the app remotely.

The following table lists the currently available public API endpoints

Method

Relative Path

Description

Version

URI relative to your Jira Instance https://your.base.url/rest/announcer/1.0/admin

Status
colourGreen
titlePUT

/notifications/status

Enable/Disable notifications by id

Example:

Accepts body as an array of JSON objects

[{“notificationId”: boolean},{…},{…}]

True to enable notification

False to disable notification

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

v4.1.2 or later