dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #28857
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 988: Docs, minor
------------------------------------------------------------
revno: 988
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Thu 2014-03-27 12:39:58 +0100
message:
Docs, 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-03-24 22:28:50 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml 2014-03-27 11:39:58 +0000
@@ -3285,7 +3285,7 @@
<row>
<entry>limit</entry>
<entry>No</entry>
- <entry>The maximum number of records to return</entry>
+ <entry>The maximum number of records to return. Cannot be larger than 10 000.</entry>
<entry>Numeric positive value</entry>
</row>
<row>
@@ -3641,6 +3641,9 @@
],
]
}</screen>
+ <para>Note that the max limit for rows to return in a single response is 10 000. If the
+ query produces more than the max limit, a <emphasis role="italic">409 Conflict</emphasis>
+ status code will be returned.</para>
</section>
</section>
</section>