forked from forgejo/forgejo
API: Admin EditUser: Make FullName, Email, Website & Location optional (#13562)
* API: Admin EditUser: Make FullName, Email, Website & Location optional * update swagger docs * add Tests Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
parent
24b3b2140a
commit
1bb5c09b5d
4 changed files with 66 additions and 21 deletions
|
@ -13097,7 +13097,8 @@
|
|||
"description": "EditUserOption edit user options",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"email"
|
||||
"source_id",
|
||||
"login_name"
|
||||
],
|
||||
"properties": {
|
||||
"active": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue