Xsolla-logoXsolla Developers
または
パブリッシャーアカウントへ

指定したユーザーのプロモーション制限をすべて更新するServer-sideAdmin

delete/v2/project/{project_id}/admin/user/limit/promotion/all

Refreshes all limits across all promotions for the specified user so they can use these promotions again.

User limit API allows you to limit the number of times users can use a promotion. For configuring the user limit itself, go to the Admin section of the desired promotion type:

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

プロジェクトID。このパラメータは、ドメインページのプロジェクト名の横にあります。

Example: 44056
Request Body schema: application/json
required
object
user_external_id
required
string non-empty ^\S+$

ユーザーexternal ID。

Responses
200

プロモーション制限が正常に更新されました。

401

基本認証が不合格または不正です。基本認証または正しい認証情報を使用したことを確認してください。

404

アイテムが見つかりません。

422

無効なリクエストです。

Request samples
application/json
{
  • "user": {
    }
}
Response samples
application/json
{
  • "errorCode": 1020,
  • "errorMessage": "[0401-1020]: Error in Authentication method occurred",
  • "statusCode": 401
}