diff --git a/res/template/fragments/api/list-post.html b/res/template/fragments/api/list-post.html index 150d176..a52be0a 100644 --- a/res/template/fragments/api/list-post.html +++ b/res/template/fragments/api/list-post.html @@ -71,6 +71,13 @@ "value": "description_too_long", "message": "The description of this list or one of the files in the list is too long, max 3000 characters allowed." } + +
HTTP 422: Unprocessable Entity
+{
+	"success": false,
+	"value": "cannot_create_empty_list",
+	"message": "You cannot make a list with no files."
+}