通知设置-通知媒介-更新
PUT
https://api.flashcat.cloud/api/n9e/notify-channel
最后修改时间:2025-03-04 01:40:17
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.flashcat.cloud/api/n9e/notify-channel' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"name": "dingtalk",
"ident": "dingtalk",
"hide": false,
"built_in": true
},
{
"name": "wecom",
"ident": "wecom",
"hide": false,
"built_in": true
},
{
"name": "feishu",
"ident": "feishu",
"hide": false,
"built_in": true
},
{
"name": "mm",
"ident": "mm",
"hide": false,
"built_in": true
},
{
"name": "telegram",
"ident": "telegram",
"hide": false,
"built_in": true
},
{
"name": "email",
"ident": "email",
"hide": false,
"built_in": true
},
{
"name": "feishucard",
"ident": "feishucard",
"hide": false,
"built_in": true
},
{
"name": "lark",
"ident": "lark",
"hide": false,
"built_in": true
},
{
"name": "larkcard",
"ident": "larkcard",
"hide": false,
"built_in": true
},
{
"name": "weixin",
"ident": "vx",
"built_in": false,
"hide": false
},
{
"name": "vv",
"ident": "vv",
"built_in": false,
"hide": true
}
]'
响应示例响应示例
{
"err": ""
}
请求参数
Body 参数application/json