group::update (public)
group::update -group_id group_id [ -array array ] [ dict ]
Defined in packages/acs-subsite/tcl/group-procs.tcl
Updates a group.The updated values can be either specified as dict or as array. Valid columns are group_name, join_policy and description. Valid join_policy values are 'open', 'closed', 'needs approval'.
- Switches:
- -group_id (required)
- The ID of the group to update.
- -array (optional)
- Name of array containing the columns to update.
- Parameters:
- dict (optional)
- dict for columns to update.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.