=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml' --- src/docbkx/en/dhis2_user_man_web_api.xml 2014-04-15 10:03:44 +0000 +++ src/docbkx/en/dhis2_user_man_web_api.xml 2014-04-16 15:54:42 +0000 @@ -3867,6 +3867,21 @@ These requests will return immediately and initiate a server-side process.
+ Maintenance + To perform maintenance you can interact with the maintenance resource. You should use POST or + PUT as method for requests. The following requests are + available. + Period pruning will remove periods which are not linked to any data values: + api/maintenance/periodPruning + Zero data value removal will delete zero data values linked to data elements where zero + data is defined as not significant: + api/maintenance/zeroDataValueRemoval + Category option combo update will remove obsolete and generate missing category option + combos for all category combinations: + api/maintenance/categoryOptionComboUpdate +
+
System resource The system resource provides you with convenient information and functions. The system resource can be found at /api/system.