mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-49330 webservices: Fix get_course_notes api
This commit is contained in:
parent
f79747171d
commit
7ceee32454
3 changed files with 3 additions and 5 deletions
|
@ -336,6 +336,7 @@ $functions = array(
|
|||
'core_notes_get_course_notes' => array(
|
||||
'classname' => 'core_notes_external',
|
||||
'methodname' => 'get_course_notes',
|
||||
'classpath' => 'notes/externallib.php',
|
||||
'description' => 'Returns all notes in specified course (or site) for the specified user.',
|
||||
'type' => 'read',
|
||||
'capabilities' => 'moodle/notes:view',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue