Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lint
  • Loading branch information
6543 committed Jun 16, 2021
commit 04fe58e62f0f617e54efed02df4cef3f84edb502
6 changes: 4 additions & 2 deletions templates/swagger/v1_json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16386,6 +16386,7 @@
"x-go-package": "code.gitea.io/gitea/models"
},
"UserSettings": {
"description": "UserSettings represents user settings",
"type": "object",
"properties": {
"description": {
Expand All @@ -16405,7 +16406,7 @@
"x-go-name": "HideActivity"
},
"hide_email": {
"description": "Piracy",
"description": "Privacy",
"type": "boolean",
"x-go-name": "HideEmail"
},
Expand All @@ -16429,6 +16430,7 @@
"x-go-package": "code.gitea.io/gitea/modules/structs"
},
"UserSettingsOptions": {
"description": "UserSettingsOptions represents options to change user settings",
"type": "object",
"properties": {
"description": {
Expand All @@ -16448,7 +16450,7 @@
"x-go-name": "HideActivity"
},
"hide_email": {
"description": "Piracy",
"description": "Privacy",
"type": "boolean",
"x-go-name": "HideEmail"
},
Expand Down