You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with groups, I've noticed that updateGroup does not update the maxCount for the group if I change that value.
For example, I have this group called TDE, that has a maxCount of 10.
Next, I call the updateGroup method, (setting the maxCount to 3).
Unfortunately, when I go to fetch the same group again, the maxCount remains at 10.
Has anyone else seen this error?
The text was updated successfully, but these errors were encountered:
Good afternoon,
When working with groups, I've noticed that updateGroup does not update the maxCount for the group if I change that value.
For example, I have this group called TDE, that has a maxCount of 10.
Next, I call the updateGroup method, (setting the maxCount to 3).
Unfortunately, when I go to fetch the same group again, the maxCount remains at 10.
Has anyone else seen this error?
The text was updated successfully, but these errors were encountered: