mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-65978 blog: New WS core_blog_update_entry
This commit is contained in:
parent
4b3bda1657
commit
166afa05fe
3 changed files with 433 additions and 0 deletions
|
@ -175,6 +175,12 @@ $functions = array(
|
|||
'type' => 'write',
|
||||
'services' => [MOODLE_OFFICIAL_MOBILE_SERVICE],
|
||||
],
|
||||
'core_blog_update_entry' => [
|
||||
'classname' => '\core_blog\external\update_entry',
|
||||
'description' => 'Updates a blog entry.',
|
||||
'type' => 'write',
|
||||
'services' => [MOODLE_OFFICIAL_MOBILE_SERVICE],
|
||||
],
|
||||
'core_calendar_get_calendar_monthly_view' => array(
|
||||
'classname' => 'core_calendar_external',
|
||||
'methodname' => 'get_calendar_monthly_view',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue