/
2.7 setSystemPassword()

2.7 setSystemPassword()

Updates the system player password with $splayer_password for given $system.

REST REQUEST
Array
(
	[api_password] => xapitest
	[api_login] => xapitest
	[method] => setSystemPassword
	[user_username] => domendomen2
	[user_password] => 687ee8d988b2411bfc6983c4fca2f6c622819ac8
	[splayer_password] => bradtheking 
	[system] => hi
	[currency] => EUR
)
REST RESPONSE
On error:
1,[error message]


On success:
0,{"info":"System player password was successfully updated!"}
Source Code
public function setSystemPassword($splayer_password, $system) {}

Related content