diff --git a/releases/2.41/README.md b/releases/2.41/README.md index 11ea8c9d..0877aa0f 100644 --- a/releases/2.41/README.md +++ b/releases/2.41/README.md @@ -22,6 +22,7 @@ effect on the response The `index` field of an entity in the report of a tracker import was removed. When importing tracker entities using `POST /tracker` endpoint, the response follow the format described [here](https://docs.dhis2.org/en/develop/using-the-api/dhis-core-version-master/tracker.html#import-summary-structure). The `index` field has been removed from the `objectsReport` as the objects are now ordered in the same way as in the request. +The `orgUnitName` field has been removed from `GET /tracker/enrollments` and `GET /tracker/events` endpoints, so it is not anymore possible to order on this field. #### Deprecated APIs