diff --git a/API-Users-Permissions.md b/API-Users-Permissions.md index 291a4f0..9ec5ca1 100644 --- a/API-Users-Permissions.md +++ b/API-Users-Permissions.md @@ -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 |