投票、通知與討論
PUT /me/notification-settings 僅限工作階段
更改您的通知規則。
請求內容
enabledboolean- 開啟或關閉通知。
channelsstring[]- 出貨通路:
email、telegram。
curl -X PUT "https://freehire.me/api/v1/me/notification-settings" -b cookies.txt \
-H 'Content-Type: application/json' -d '{"enabled":true,"channels":["email"]}'{ "data": { "enabled": true, "channels": ["email"] } }