← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 1143: minor

 

------------------------------------------------------------
revno: 1143
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Wed 2014-07-16 12:25:11 +0700
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	2014-07-16 05:24:11 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml	2014-07-16 05:25:11 +0000
@@ -579,7 +579,7 @@
         sure that you have the required authorities. As an example , we will create and update an
           <emphasis role="italic">constant</emphasis>. To figure out the format, we can use the new
           <emphasis role="italic">schema</emphasis> endpoint for getting format description (this
-        will be further improved in 2.16). So we will start with getting that
+        will be further improved in 2.17). So we will start with getting that
         info:<screen>http://server/api/schemas/constant.json</screen> From the output, you can see
         that the required authorities for create are F_CONSTANT_ADD, and the important properties
         are: <emphasis role="italic">name</emphasis> and <emphasis role="italic">value</emphasis>.