dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #27106
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 904: minor
------------------------------------------------------------
revno: 904
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Fri 2013-12-27 13:57:14 +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-27 12:50:56 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-27 12:57:14 +0000
@@ -356,11 +356,11 @@
<emphasis role="bold">Example: Get a filtered set of meta-data that was updated since August 1
2012</emphasis>
</para>
- <para>As described in the last section, there is a number of options you can apply to <emphasis
- role="italic">/api/metaData</emphasis> to give you a filtered view. The use-case we will be
- looking into here is where you want a nightly job that synchronizes organisation units. We
- will be using <emphasis role="italic">cURL</emphasis> as the HTTP
- client.<screen>curl -H "Accept: application/xml" -u admin:district "http://apps.dhis2.org/demo/api/metaData?assumeTrue=false&organisationUnits=true&lastUpdated=2012-08-01"</screen></para>
+ <para>As described in the last section, there is a number of options you can apply to <emphasis role="italic">/api/metaData</emphasis>
+ to give you a filtered view. The use-case we will be looking into here is where you want a nightly job that synchronizes
+ organisation units. We will be using <emphasis role="italic">cURL</emphasis> as the HTTP
+ client.<screen>curl -H "Accept: application/xml" -u admin:district
+ "http://apps.dhis2.org/demo/api/metaData?assumeTrue=false&organisationUnits=true&lastUpdated=2012-08-01"</screen></para>
<para><emphasis role="bold">Example: Get meta-data that was updated since February
2012</emphasis></para>
<para>This example will just the default <emphasis role="italic">assumeTrue</emphasis> setting,