{
"integration_id": 0,
"rules": [
{
"kind": "title_reset",
"if": [
{
"key": "title",
"oper": "IN",
"vals": [
"string"
]
}
],
"settings": {
"title": "string"
}
}
]
}
curl --location --request POST 'http://prod-cn.your-api-server.com/alert/pipeline/upsert' \
--header 'Content-Type: application/json' \
--data-raw '{
"integration_id": 0,
"rules": [
{
"kind": "title_reset",
"if": [
{
"key": "title",
"oper": "IN",
"vals": [
"string"
]
}
],
"settings": {
"title": "string"
}
}
]
}'
{
"error": {
"code": "InvalidParameter",
"message": "string"
}
}