MDL-70387 files: New WS core_files_get_unused_draft_itemid
This commit is contained in:
@@ -821,6 +821,13 @@ $functions = array(
|
||||
'type' => 'write',
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||
),
|
||||
'core_files_get_unused_draft_itemid' => array(
|
||||
'classname' => 'core_files\external\get\unused_draft',
|
||||
'methodname' => 'execute',
|
||||
'description' => 'Generate a new draft itemid for the current user.',
|
||||
'type' => 'write',
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||
),
|
||||
'core_form_get_filetypes_browser_data' => array(
|
||||
'classname' => 'core_form\external',
|
||||
'methodname' => 'get_filetypes_browser_data',
|
||||
|
||||
Reference in New Issue
Block a user