Skip to content

Commit

Permalink
update swagger docs
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 committed Jul 1, 2021
1 parent 6d1b97b commit 4bd082f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions templates/swagger/v1_json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15241,8 +15241,7 @@
"x-go-name": "Title"
},
"type": {
"type": "string",
"x-go-name": "Type"
"$ref": "#/definitions/NotifySubjectType"
},
"url": {
"type": "string",
Expand Down Expand Up @@ -15286,6 +15285,11 @@
},
"x-go-package": "code.gitea.io/gitea/modules/structs"
},
"NotifySubjectType": {
"description": "NotifySubjectType represent type of notification subject",
"type": "string",
"x-go-package": "code.gitea.io/gitea/modules/structs"
},
"OAuth2Application": {
"type": "object",
"title": "OAuth2Application represents an OAuth2 application.",
Expand Down

0 comments on commit 4bd082f

Please sign in to comment.