dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #28959
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 998: minor fix
------------------------------------------------------------
revno: 998
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Mon 2014-03-31 13:41:45 +0700
message:
minor fix
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 2014-03-31 06:40:15 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml 2014-03-31 06:41:45 +0000
@@ -783,10 +783,10 @@
<para>(From 2.13) As part of the import summary you will also get the identifier <emphasis
role="italic">reference</emphasis> to the event you just sent, together with a <emphasis
role="italic">href</emphasis> element which points to the server location of this event. </para>
- <para><emphasis role="bold">OrgUnit matching</emphasis>: By default the orgUnit parameter will match on the ID of the orgUnit, but
+ <para><emphasis role="bold">OrgUnit matching</emphasis>: By default the orgUnit parameter will match on the ID (of the orgUnit, but
from 2.15 you can also select the orgUnit id matching scheme by using the parameter orgUnitIdScheme=SCHEME, where the options are:
- <emphasis role="italic">UID</emphasis>, <emphasis role="italic">UUID</emphasis>, <emphasis role="italic">CODE</emphasis>, and
- <emphasis role="italic">NAME</emphasis>.</para>
+ <emphasis role="italic">ID</emphasis>, <emphasis role="italic">UID</emphasis>, <emphasis role="italic">UUID</emphasis>, <emphasis
+ role="italic">CODE</emphasis>, and <emphasis role="italic">NAME</emphasis> (ID and UID will both matchUIDs).</para>
<para><emphasis role="bold">Update</emphasis>: To update an existing event, the format of the
payload is the same, but the URL you are posting to must add the identifier to the end of the
URL string and the request must be PUT.