Partially updates the number of value points for one or more items by the item’s SKU. Users receive these value points after purchasing the specified items.
Principles of updating value points:
Unlike the PUT method (Set value points for items), this PATCH method does not overwrite all existing value points for items in the project, it only updates the specified items. A single request can update up to 100 items. Duplicate item SKUs cannot be included in the same request.
Value point rewards for items were successfully updated.
基本認証が不合格または不正です。基本認証または正しい認証情報を使用したことを確認してください。
アイテムが見つかりません。project_id
とsku
が正しいことを確認してください。
[- {
- "amount": 100,
- "sku": "booster_1"
}, - {
- "amount": 0,
- "sku": "booster_mega"
}
]
{- "errorCode": 1020,
- "errorMessage": "[0401-1020]: Error in Authentication method occurred",
- "statusCode": 401
}