add empty list response to API doc

This commit is contained in:
2017-11-16 22:55:07 +01:00
parent b2242caabd
commit 5e81e945d3

View File

@@ -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."
}
</pre>
<pre>HTTP 422: Unprocessable Entity
{
"success": false,
"value": "cannot_create_empty_list",
"message": "You cannot make a list with no files."
}
</pre>
</div>
</details>