修改事件 Pipeline 规则
开发中
PUT
https://api.flashcat.cloud/api/n9e/event-pipeline
最后修改时间:2025-04-25 07:22:20
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.flashcat.cloud/api/n9e/event-pipeline' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"team_ids": [
0
],
"team_names": [
"string"
],
"description": "string",
"filter_enable": true,
"label_filters": [
{
"key": "string",
"func": "string",
"value": "string"
}
],
"attribute_filters": {
"key": "string",
"func": "string",
"value": "string"
},
"processors": [
{
"typ": "string",
"config": {}
}
]
}'
响应示例响应示例
{
"err": "string"
}
请求参数
Body 参数application/json