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