MDL-65978 blog: New WS core_blog_update_entry

This commit is contained in:
Juan Leyva 2023-12-18 17:27:59 +01:00
parent 4b3bda1657
commit 166afa05fe
3 changed files with 433 additions and 0 deletions

View file

@ -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',