Closed AlexisMontagne closed 2 years ago
Some time ago mixpanel released a new feature called "groups" (checkout: https://developer.mixpanel.com/reference/group-set-property). This PR add the ability to update such entity via this client.
In order to avoid confusion in between the mutation of Users and Groups, i deprecated the Update endpoint and renamed it UpdateUser.
Update
UpdateUser
Some time ago mixpanel released a new feature called "groups" (checkout: https://developer.mixpanel.com/reference/group-set-property). This PR add the ability to update such entity via this client.
In order to avoid confusion in between the mutation of Users and Groups, i deprecated the
Update
endpoint and renamed itUpdateUser
.