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.