diff --git a/res/template/fragments/api/list-post.html b/res/template/fragments/api/list-post.html index c7140c2..f7df0d0 100644 --- a/res/template/fragments/api/list-post.html +++ b/res/template/fragments/api/list-post.html @@ -10,7 +10,7 @@

Parameters

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.

Example

@@ -48,7 +48,7 @@
 {
 	"success": false,
 	"value": "too_many_files",
-	"message": "This list contains too many files, max 5000 allowed."
+	"message": "This list contains too many files, max 10000 allowed."
 }
 
HTTP 422: Unprocessable Entity