From c26a7722154b80436e67813e87c1c7e59b3ec889 Mon Sep 17 00:00:00 2001 From: Enrico Date: Tue, 12 Sep 2023 11:22:17 +0200 Subject: [PATCH 1/2] docs: Remove orgUnitName field from tracker exporters --- releases/2.41/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/releases/2.41/README.md b/releases/2.41/README.md index 11ea8c9d..6c3e2d95 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 possible anymore to order on this field. #### Deprecated APIs From 18ac2a0e8d35007f5627d9fd2e5879a7aa844fbf Mon Sep 17 00:00:00 2001 From: Enrico Colasante Date: Tue, 12 Sep 2023 12:25:57 +0200 Subject: [PATCH 2/2] Update releases/2.41/README.md Co-authored-by: teleivo --- releases/2.41/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/2.41/README.md b/releases/2.41/README.md index 6c3e2d95..0877aa0f 100644 --- a/releases/2.41/README.md +++ b/releases/2.41/README.md @@ -22,7 +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 possible anymore to order on this field. +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