1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

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:
6543
2020-11-20 02:56:42 +01:00
committed by GitHub
parent 24b3b2140a
commit 1bb5c09b5d
4 changed files with 66 additions and 21 deletions

View File

@@ -13097,7 +13097,8 @@
"description": "EditUserOption edit user options",
"type": "object",
"required": [
"email"
"source_id",
"login_name"
],
"properties": {
"active": {