Skip to content

Commit 04fe58e

Browse files
committed
lint
1 parent 6dbdc85 commit 04fe58e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

templates/swagger/v1_json.tmpl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16386,6 +16386,7 @@
1638616386
"x-go-package": "code.gitea.io/gitea/models"
1638716387
},
1638816388
"UserSettings": {
16389+
"description": "UserSettings represents user settings",
1638916390
"type": "object",
1639016391
"properties": {
1639116392
"description": {
@@ -16405,7 +16406,7 @@
1640516406
"x-go-name": "HideActivity"
1640616407
},
1640716408
"hide_email": {
16408-
"description": "Piracy",
16409+
"description": "Privacy",
1640916410
"type": "boolean",
1641016411
"x-go-name": "HideEmail"
1641116412
},
@@ -16429,6 +16430,7 @@
1642916430
"x-go-package": "code.gitea.io/gitea/modules/structs"
1643016431
},
1643116432
"UserSettingsOptions": {
16433+
"description": "UserSettingsOptions represents options to change user settings",
1643216434
"type": "object",
1643316435
"properties": {
1643416436
"description": {
@@ -16448,7 +16450,7 @@
1644816450
"x-go-name": "HideActivity"
1644916451
},
1645016452
"hide_email": {
16451-
"description": "Piracy",
16453+
"description": "Privacy",
1645216454
"type": "boolean",
1645316455
"x-go-name": "HideEmail"
1645416456
},

0 commit comments

Comments
 (0)