From a6996001da5cbabaecaa856d5287c9609cc1bf76 Mon Sep 17 00:00:00 2001 From: Lukas Metzger Date: Fri, 9 Feb 2018 16:43:04 +0100 Subject: [PATCH] Changed required fileds in API Users --- API-Users.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/API-Users.md b/API-Users.md index 90a8e10..75d6946 100644 --- a/API-Users.md +++ b/API-Users.md @@ -97,9 +97,9 @@ This call, other than the others in the `/users` section can also be accessed by ### Body ```json { - "name": "administrator", - "type": "admin", - "password": "supersecretpassword" + "name?": "administrator", + "type?": "admin", + "password?": "supersecretpassword" } ``` ### Response