通知设置-联系方式-更新
PUT
https://api.flashcat.cloud/api/n9e/notify-contact
最后修改时间:2025-03-04 01:41:38
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.flashcat.cloud/api/n9e/notify-contact' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"name": "dingtalk_robot_token",
"ident": "dingtalk_robot_token",
"hide": false,
"built_in": true
},
{
"name": "wecom_robot_token",
"ident": "wecom_robot_token",
"hide": false,
"built_in": true
},
{
"name": "feishu_robot_token",
"ident": "feishu_robot_token",
"hide": false,
"built_in": true
},
{
"name": "mm_webhook_url",
"ident": "mm_webhook_url",
"hide": false,
"built_in": true
},
{
"name": "telegram_robot_token",
"ident": "telegram_robot_token",
"hide": false,
"built_in": true
},
{
"name": "lark_robot_token",
"ident": "lark_robot_token",
"hide": false,
"built_in": true
},
{
"name": "weixin_robot_tokeng",
"ident": "weixin_robot_tokeng",
"built_in": false,
"hide": false
}
]'
响应示例响应示例
{
"err": ""
}
请求参数
Body 参数application/json