U4Academy

U4Academy > Release Notes Student App > API updates

API updates


This section contains important information regarding API updates.

Student management

Removal of fields in API
  _**Benefit**: Configuration is aligned with allowed changes in Web._   Now, the Student App API does not include the following fields in the response and request body to **create** and **update** students, and in the response to **get** and **get all** students: - _University_ - _Address_ > Note: The mode schema has been changed, therefore these fields must be removed from the existing API calls.


Addition of fields in API
  _**Benefit**: Configuration is aligned with allowed changes in Web._   Now, the Student App API includes the following fields in the response and request to **create** and **update** students, and in the response to **get** and **get all** students: + _City_ + _Languages_ + _Work location_ + _Programming Languages_ >Note: The mode schema has been changed, therefore these fields must be added to the existing API calls.