Xsolla-logo

사용자 데이터 저장 토글

put/projects/{project_id}/user_billing_enabled

사용자 데이터 저장을 활성화/비활성화합니다.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

프로젝트 ID.

Request Body schema: application/json
user_billing_enabled
boolean

사용자의 데이터가 엑솔라 쪽에 유지되는지 여부입니다.

Responses
204

No Content.

404

Not Found.

Request samples
application/json
{
  • "user_billing_enabled": true
}