Changed required fileds in API Users
parent
ac0ca7a7c7
commit
a6996001da
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue