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
We've investigated this issue and it appears to be a problem with how this error is generated. You are correct, the value that should be provided here is the tracking argument. We are resolving this on the API side.
Describe the bug
When trying to call the update_rule_group API call, we get prompt with something like
we receive a response similar to
'errors': [{'code': 400, 'message': "rule group 'version' cannot be empty"}]}
'version' actually refers to the "tracking" token from the rule group. This should be renamed as version is misleading.
The text was updated successfully, but these errors were encountered: