curl --request POST \
--url 'https://api.flashcat.cloud/alert/pipeline/upsert?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"integration_id": 123,
"rules": [
{
"kind": "title_reset",
"settings": {
"title": "<string>"
},
"if": [
{
"key": "title",
"oper": "IN",
"vals": [
"<string>"
]
}
]
}
]
}
'