Skip to content

Commit

Permalink
add: Deprecation of /api/system/ping
Browse files Browse the repository at this point in the history
  • Loading branch information
stian-sandvold committed Sep 14, 2023
1 parent 1deb695 commit 44592ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions releases/deprecated-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The following features are deprecated. You can still use them now, but the DHIS2
|The Data Entry app is deprecated, and replaced by the Aggregate Data Entry app|Dec 2022|2.41.0|
|The `/api/eventCharts` and `/api/eventReports` API endpoints are deprecated. Use the consolidated `/api/eventVisualizations` API instead.|April 2022|2.41.0|
|Request parameters for `/api/organisationUnits/{uid}` resulting in a list are deprecated. Use path based substitues as follows: <ul><li> `/api/organisationUnits/{uid}?includeChildren=true` => `/api/organisationUnits/{uid}/children`</li><li> `/api/organisationUnits/{uid}?includeDescendants=true` => `/api/organisationUnits/{uid}/descendants`</li><li> `/api/organisationUnits/{uid}?includeAncestors=true` => `/api/organisationUnits/{uid}/ancestors` </li><li> `/api/organisationUnits/{uid}?level={n}` => `/api/organisationUnits/{uid}/children?level={n}` </li></ul> | April 2023 | 2.41.0 |
|The `/api/system/ping` is replaced by `/api/ping`. Unlike the former endpoint, the new endpoint does not require the user to be authenticated, nor will it extend the users session.|Sep 2023|2.42|


## Removed features
Expand Down

0 comments on commit 44592ec

Please sign in to comment.