← Back to team overview

dhis2-devs team mailing list archive

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

 

------------------------------------------------------------
revno: 887
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Sun 2013-12-22 10:17:15 +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-21 17:23:29 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml	2013-12-22 09:17:15 +0000
@@ -737,7 +737,7 @@
           <row>
             <entry>cp</entry>
             <entry>No (must combine with cc)</entry>
-            <entry>Attribute option identifiers, can be repeated multiple times</entry>
+            <entry>Attribute option identifiers, separated with ; for multiple values</entry>
           </row>
           <row>
             <entry>value</entry>
@@ -767,7 +767,7 @@
       option combination. This can be done by sending the identifier of the attribute combination,
       together with the identifier(s) of the attribute option(s) which the value represents within
       the combination. An example looks like this:</para>
-    <screen>curl "http://apps.dhis2.org/demo/api/dataValues?de=s46m5MS0hxu&amp;ou=DiszpKrYNg8&amp;pe=201308&amp;cc=dzjKKQq0cSO&amp;cp=wbrDrL2aYEc&amp;cp=btOyqprQ9e8&amp;value=26"; -X POST -u admin:district -v</screen>
+    <screen>curl "http://apps.dhis2.org/demo/api/dataValues?de=s46m5MS0hxu&amp;ou=DiszpKrYNg8&amp;pe=201308&amp;cc=dzjKKQq0cSO&amp;cp=wbrDrL2aYEc;btOyqprQ9e8&amp;value=26"; -X POST -u admin:district -v</screen>
   </section>
   <section>
     <title>Reading data values</title>