Xsolla-logoXsolla Developers
or
To Publisher Account

Reset daily rewardServer-sideAdmin

post/v2/project/{project_id}/admin/daily_chain/id/{daily_chain_id}/reset

Resets progress for all users in the daily reward. Applies only to daily rewards of the rolling type.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Project ID. You can find this parameter in your Publisher Account next to the name of the project.

Example: 44056
daily_chain_id
required
integer

Daily reward ID.

Example: 101
Responses
204

The daily reward has been reset.

401

Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.

404

Daily reward was not found.

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