Updated API Users Permissions (markdown)

Lukas Metzger 2018-04-01 20:08:25 +02:00
parent bbc429e47c
commit 90124f0923

@ -45,6 +45,7 @@ All actions here are only for admin users. They will return a 403 error for user
| code | result |
| --- | --- |
| 204 | Everything was successful, the answer body is therefore empty |
| 404 | If user does not exist |
| 422 | One of the required fields is missing, or key is invalid |
@ -55,4 +56,4 @@ All actions here are only for admin users. They will return a 403 error for user
| code | result |
| --- | --- |
| 204 | Everything was successful, the answer body is therefore empty |
| 404 | The given record id does not exist |
| 404 | The given permission does not exist |