profiles_sync_waitlist_v1_put
Synchronize your ITAD waitlist via a PUT request. Provide the ITAD-Profile header and request body, authenticate with OAuth, to update your tracked game deals.
Instructions
[PUT] /profiles/sync/waitlist/v1 - Sync Waitlist。必填: headers: ITAD-Profile | body。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | 请求体(此接口必填) | |
| query | No | Query 参数对象(可选) | |
| headers | Yes | 请求头对象,必填: ITAD-Profile | |
| oauthToken | No | OAuth token(可选;如未传则读取环境变量 ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN) | |
| pathParams | No | 路径参数对象(可选) |