MDL-44055 mod_quiz: Add missing alternate name fields
[moodle.git] / webservice / upgrade.txt
blob4f797431d709e83af8119da41c0e8675d4afca16
1 This files describes API changes in /webservice/*
2 information provided here is intended especially for developers.
4 This information is intended for authors of webservices, not people writing webservice clients.
6 === 2.6 ===
8 * webservice/upload.php
9 Accepts 2 new post parameters to allow uploading of files to a users draft area.
10  - filearea should be either 'private' (default) or 'draft'
11  - itemid unused if the filearea is 'private', for 'draft' it can be the id of a previously
12    created draft area - or 0 which will generate a new draft area for the files.