We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1b97b commit 4bd082fCopy full SHA for 4bd082f
templates/swagger/v1_json.tmpl
@@ -15241,8 +15241,7 @@
15241
"x-go-name": "Title"
15242
},
15243
"type": {
15244
- "type": "string",
15245
- "x-go-name": "Type"
+ "$ref": "#/definitions/NotifySubjectType"
15246
15247
"url": {
15248
"type": "string",
@@ -15286,6 +15285,11 @@
15286
15285
15287
"x-go-package": "code.gitea.io/gitea/modules/structs"
15288
+ "NotifySubjectType": {
15289
+ "description": "NotifySubjectType represent type of notification subject",
15290
+ "type": "string",
15291
+ "x-go-package": "code.gitea.io/gitea/modules/structs"
15292
+ },
15293
"OAuth2Application": {
15294
"type": "object",
15295
"title": "OAuth2Application represents an OAuth2 application.",
0 commit comments