summaryrefslogtreecommitdiffstats
path: root/application/test/tests/api_v2/test_file_create_multipaste.php
AgeCommit message (Collapse)AuthorFilesLines
2020-10-07API: Add `minimum-id-length` post parameterSimon Schuster1-0/+23
This parameter controls the generated id for files (file/upload) and multipastes (file/create_multipaste). The post parameter has to be a positive integer value >= 2. Changes by Florian Pritz: - minor style and typo fixes - NEWS entry - check expected error reply content in tests Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-11-05Parallelize remaining API testsFlorian Pritz1-0/+125
Signed-off-by: Florian Pritz <bluewind@xinu.at>