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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.