v3
latestOpenAPI 3.0.12026-07-31240345599.7 KBAlerts
Add extra properties to alert
This endpoint is used to enrich existing alerts with additional information to provide more detailed context.
post/api/{cloudId}/v1/alerts/{id}/extra-properties
Path parameters
idstring required
Identifier of the alert.
Request body
Example request
{
"extraProperties": {
"backend": false,
"browser": "Firefox 113.0",
"browser.name": "Firefox",
"bundler": "parcel@2.10.3",
"environment": "production"
}
}Response
Returned if the request is successful.
Example response
{
"result": "Request will be processed",
"requestId": "d383c6e9-b1e7-4b59-9c35-72f1a2187777"
}