fix list doc

This commit is contained in:
2018-06-07 23:20:31 +02:00
parent f067eabd05
commit d091398f05

View File

@@ -10,7 +10,7 @@
<h3>Parameters</h3> <h3>Parameters</h3>
<p> <p>
POST body should be a JSON object, example below. A list can contain POST body should be a JSON object, example below. A list can contain
maximally 5000 files. If you try to add more the request will fail. maximally 10000 files. If you try to add more the request will fail.
</p> </p>
<h4>Example</h4> <h4>Example</h4>
<pre> <pre>
@@ -48,7 +48,7 @@
{ {
"success": false, "success": false,
"value": "too_many_files", "value": "too_many_files",
"message": "This list contains too many files, max 5000 allowed." "message": "This list contains too many files, max 10000 allowed."
} }
</pre> </pre>
<pre>HTTP 422: Unprocessable Entity <pre>HTTP 422: Unprocessable Entity