Changed required fileds in API Users

Lukas Metzger 2018-02-09 16:43:04 +01:00
commit a6996001da

@ -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