Merge branch 'MDL-44137_add_update-groups_webservice' of https://github.com/TheVirtualLtd/moodle

This commit is contained in:
Damyon Wiese
2018-11-05 15:07:26 +08:00
4 changed files with 180 additions and 1 deletions
+8
View File
@@ -847,6 +847,14 @@ $functions = array(
'description' => 'Updates existing groupings',
'type' => 'write',
),
'core_group_update_groups' => array(
'classname' => 'core_group_external',
'methodname' => 'update_groups',
'classpath' => 'group/externallib.php',
'description' => 'Updates existing groups.',
'type' => 'write',
'capabilities' => 'moodle/course:managegroups'
),
'core_message_block_user' => array(
'classname' => 'core_message_external',
'methodname' => 'block_user',