From 90124f0923ddeb05bab4d7bdef2a583c64d7b906 Mon Sep 17 00:00:00 2001 From: Lukas Metzger Date: Sun, 1 Apr 2018 20:08:25 +0200 Subject: [PATCH] Updated API Users Permissions (markdown) --- API-Users-Permissions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 |