notifications_read_all_v1_put
Mark all notifications as read with a single API call. Bulk-clear your unread IsThereAnyDeal game deal alerts without processing each one manually.
Instructions
[PUT] /notifications/read/all/v1 - Mark all notifications read。无额外必填参数。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | 请求体(可选) | |
| query | No | Query 参数对象(可选) | |
| headers | No | 请求头对象(可选) | |
| oauthToken | No | OAuth token(可选;如未传则读取环境变量 ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN) | |
| pathParams | No | 路径参数对象(可选) |