From a54ef74553c57c94e05b49f2408e701bee686928 Mon Sep 17 00:00:00 2001 From: Lukas Metzger Date: Thu, 5 Apr 2018 16:29:53 +0200 Subject: [PATCH] Updated API Users (markdown) --- API-Users.md | 1 + 1 file changed, 1 insertion(+) diff --git a/API-Users.md b/API-Users.md index 1a16f69..ffa8a86 100644 --- a/API-Users.md +++ b/API-Users.md @@ -54,6 +54,7 @@ This will create a native user. | code | result | | --- | --- | | 201 | Everything was successful, user has been created | +| 400 | If type is invalid | | 409 | A user with that name already exists | | 422 | One of the required fields is missing |