You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
According to the API Documentation, there seems to be no way to update a subscriber's component subscription but to unsubscribe them and then recreate them.
The previous API allowed that through a PATCH endpoint that's not there anymore.
Am I missing something?
Update:
There's a new, authenticated endpoint to use for updating subscribed components. It's documented here:
https://developer.statuspage.io/#operation/patchPagesPageIdSubscribersSubscriberId
The endpoint referenced in Jake's earlier answer has been deprecated (see our post about abuse mitigation for details).
Hi Émile, there is an endpoint in the Status API which you can use to update the components a subscriber is subscribed to.
Head over to your status page URL and append '/api' to it, then navigate to the "Subscribers" section and find "Tuning subscription components".
Example: https://acmeapico.statuspage.io/api#subscribers
To tune an existing subscription to add or remove components, submit a PATCH request with the subscriber id and a new list of components.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.