MDL-73909 core_message: Update external services declaration

This commit is contained in:
Jun Pataleta
2025-01-09 12:21:26 +08:00
parent 6e7e323520
commit 204916e434
+2 -1
View File
@@ -1645,7 +1645,8 @@ $functions = array(
],
'core_message_set_default_notification' => [
'classname' => 'core_message\external\message_set_default_notification',
'description' => 'Set the default notification preferences toggle',
'description' => 'Set the default value for a given notification preference',
'capabilities' => 'moodle/site:config',
'type' => 'write',
'ajax' => true,
],