Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: Web Services
-
Labels:None
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
delete one or more groups
Issue Links
| This issue blocks: | ||||
| MDL-21521 | Group functions |
|
|
|
As I comment on add_group (http://tracker.moodle.org/browse/MDL-13142?focusedCommentId=56340#action_56340) I think delet_groups must identify a group by three params: two for the course and one for the group. As get_course, the first param will be a criteria (idnumber, id or shortname), the second one the specific identifier and the last one will be the name of the group (or an array of names). If we use just an internal group identifier, the use of the API will be harder for non-moodle developers.