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.
Is there any way to update details of an alert via the API? I see that there's a way to add Tags and Notes, but specifically I want to update:
{
"details":{"key1":"value1","key2":"value2"},
}
Hi @Jeremy Worden ,
You can use the Add Details API request to update the details / extra properties of an alert.
The request is a POST, but if you adjust the body of the detail key that needs to be updated, it acts more like a PATCH.
Hope this helps! Let us know if you run into any questions or issues.
I found my answer. Need to POST to: https://api.opsgenie.com/v2/alerts/12/details?identifierType=tiny
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.