cURL
curl --request PUT \ --url https://controller.platform.simplecloud.app/v0/players/properties \ --header 'Content-Type: application/json' \ --header 'X-Network-ID: <x-network-id>' \ --header 'X-Network-Secret: <x-network-secret>' \ --data '{}'
{ "message": "Properties updated successfully", "player_id": "069a79f4-44e9-4726-a5be-fca90e38aaf5", "properties": {} }
Replace all player properties
Network ID
Network Secret
Player UUID
Properties
The body is of type object.
object
OK
Response for updating player properties
"Properties updated successfully"
"069a79f4-44e9-4726-a5be-fca90e38aaf5"
Show child attributes
Was this page helpful?