cURL
curl --request PATCH \ --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": {} }
Merge properties with existing ones
Network ID
Network Secret
Player UUID
Properties to merge
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?