Add task identifier (#115)
This commit is contained in:
parent
1a47d7d80d
commit
720df3cbed
18 changed files with 811 additions and 217 deletions
|
|
@ -33,6 +33,7 @@ This document describes the different errors Vikunja can return.
|
|||
| 3004 | 403 | The user needs to have read permissions on that list to perform that action. |
|
||||
| 3005 | 400 | The list title cannot be empty. |
|
||||
| 3006 | 404 | The list share does not exist. |
|
||||
| 3007 | 400 | A list with this identifier already exists. |
|
||||
| 4001 | 400 | The list task text cannot be empty. |
|
||||
| 4002 | 404 | The list task does not exist. |
|
||||
| 4003 | 403 | All bulk editing tasks must belong to the same list. |
|
||||
|
|
|
|||
Reference in a new issue