This event is fired when a unit group's name is modified.
{ "key": "YOUR_API_KEY", // Authenticate legitimate event traffic "type": "EVENT_UNIT_GROUP_CHANGE_NAME", "data": { "identIds": [1, 2, 3], // Unit Identifier IDs "oldName": "Some Old Group", "newName": "My New Group Name" } }
Last updated 1 year ago
Was this helpful?