← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 883: Minor

 

------------------------------------------------------------
revno: 883
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Wed 2013-12-18 10:40:58 +0100
message:
  Minor
modified:
  src/docbkx/en/dhis2_user_man_web_api.xml


--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs

Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== 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. </para>
     <para>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:</para>
+      generated with a POST or PUT request to the following URL:</para>
     <screen>http://&lt;server-url>/api/resourceTables</screen>
     <para>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:</para>
+      the pivot table module. The analytics tables can be generated with a POST or PUT request
+      to:</para>
     <screen>http://&lt;server-url>/api/resourceTables/analytics</screen>
     <para>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:</para>
+      generated with a POST or PUT request to:</para>
     <screen>http://&lt;server-url>/api/resourceTables/dataMart</screen>
     <para>These requests will return immediately and initiate a server-side process.</para>
   </section>