Update user by id
Update user by id
| Path Parameters |
|---|
uid int64 — REQUIRED |
| Request Body — REQUIRED |
|---|
email string |
password string |
name stringPossible values: length ≤ 32 |
gender int32 |
is_admin boolean |
language language |
status stringPossible values: [ |
webhook_url string |
| Responses | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200
| ||||||||||||||||||||
406Invalid webhook url | ||||||||||||||||||||
409User conflict
|