Skip to end of banner
Go to start of banner

Rest Endpoints

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The Announcer 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

PUT

/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

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

v4.1.2 or later


  • No labels