=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml' --- src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-14 15:28:27 +0000 +++ src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-18 09:40:58 +0000 @@ -3200,14 +3200,15 @@ consuming clients. The resource tables are used internally by the DHIS 2 application for various analysis functions. These tables are also valuable for users writing advanced SQL reports. They can be - generated with a PUT request to the following URL: + generated with a POST or PUT request to the following URL: http://<server-url>/api/resourceTables The analytics tables are optimized for data aggregation and used currently in DHIS 2 for - the pivot table module. The analytics tables can be generated with a PUT request to: + the pivot table module. The analytics tables can be generated with a POST or PUT request + to: http://<server-url>/api/resourceTables/analytics The data mart is tables containing pre-calculated aggregated data which are used by DHIS 2 analysis modules and can be used directly by SQL reports. The data mart tables can be - generated with a PUT request to: + generated with a POST or PUT request to: http://<server-url>/api/resourceTables/dataMart These requests will return immediately and initiate a server-side process.