Authorization: Bearer ********************
{
"name": "Telegram纸飞机",
"type": "telegram",
"config": {
"token": "1234567890",
"chatid": "123456789"
}
}
curl --location --request PATCH 'http://127.0.0.1:9897/api/push/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Telegram纸飞机",
"type": "telegram",
"config": {
"token": "1234567890",
"chatid": "123456789"
}
}'
{"success":true,"message":"推送渠道更新成功","data":null}