Skip to content
Snippets Groups Projects

Fix account cli

Merged Bo-Chun Chen requested to merge louistw/rabbitmq_agents:fix-account-cli into main
@@ -53,7 +53,7 @@ def group_member(ch, method, properties, body):
groups (dict): A dictionary with `add` or `remove` key.
add (list): A list of groups to be added for the user.
remove (list): A list of groups to be removed for the user.
updated_by (str): The user who request the change.
updated_by (str): The user who request the change.
host (str): Hostname where the request comes from.
interface (str): whether it's from CLI or WebUI.
Loading