upgrade.txt 620 B

1234567891011121314
  1. This files describes API changes in /cohort/ information provided here is intended
  2. especially for developers.
  3. === 3.1 ===
  4. * The Webservice core_cohort_get_cohorts now has the added functionality of getting all cohorts
  5. by not passing any parameters
  6. === 2.6 ===
  7. * Webservice core_cohort_update_cohorts was incorrectly specifiying float as the parameter type
  8. for cohort id. This field is actually int and input is now reported and processed as such.
  9. * Webservice core_cohort_get_cohorts was incorrectly specifiying float as the return
  10. type for cohort id. The actual return type is int and is now reported as such.