Merge branch 'MDL-63999-master' of git://github.com/lameze/moodle
[moodle.git] / cohort / upgrade.txt
blobeb612470a26463ee849806fe611aa91f29d3b497
1 This files describes API changes in /cohort/ information provided here is intended
2 especially for developers.
4 === 3.1 ===
5 * The Webservice core_cohort_get_cohorts now has the added functionality of getting all cohorts
6   by not passing any parameters
8 === 2.6 ===
9 * Webservice core_cohort_update_cohorts was incorrectly specifiying float as the parameter type
10   for cohort id. This field is actually int and input is now reported and processed as such.
11 * Webservice core_cohort_get_cohorts was incorrectly specifiying float as the return
12   type for cohort id. The actual return type is int and is now reported as such.