File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 16386
16386
"x-go-package": "code.gitea.io/gitea/models"
16387
16387
},
16388
16388
"UserSettings": {
16389
+ "description": "UserSettings represents user settings",
16389
16390
"type": "object",
16390
16391
"properties": {
16391
16392
"description": {
16405
16406
"x-go-name": "HideActivity"
16406
16407
},
16407
16408
"hide_email": {
16408
- "description": "Piracy ",
16409
+ "description": "Privacy ",
16409
16410
"type": "boolean",
16410
16411
"x-go-name": "HideEmail"
16411
16412
},
16429
16430
"x-go-package": "code.gitea.io/gitea/modules/structs"
16430
16431
},
16431
16432
"UserSettingsOptions": {
16433
+ "description": "UserSettingsOptions represents options to change user settings",
16432
16434
"type": "object",
16433
16435
"properties": {
16434
16436
"description": {
16448
16450
"x-go-name": "HideActivity"
16449
16451
},
16450
16452
"hide_email": {
16451
- "description": "Piracy ",
16453
+ "description": "Privacy ",
16452
16454
"type": "boolean",
16453
16455
"x-go-name": "HideEmail"
16454
16456
},
You can’t perform that action at this time.
0 commit comments