Open tonyhogsten opened 4 years ago
Hi,
I've noticed that the module doesn't change the key "Changed" to True when it does changes through the API, meaning that if we delete clients or update groups we get "changed": false. Is this intended behavior?
{ "clientgroups": { "changed": false, "failed": false, "output": false } }
But in reality, we have just added a new client to a group.
Hi Tony,
This is not yet supported, we are planning to add support for this in future
Hi,
I've noticed that the module doesn't change the key "Changed" to True when it does changes through the API, meaning that if we delete clients or update groups we get "changed": false. Is this intended behavior?
But in reality, we have just added a new client to a group.