1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix #5799 - swagger for mergePullRequest (#5996)

This commit is contained in:
Thomas Loubiou
2019-02-08 09:08:38 +01:00
committed by zeripath
parent 2e85e70e38
commit 7fb09f035a
4 changed files with 42 additions and 0 deletions

View File

@@ -68,6 +68,8 @@ type swaggerParameterBodies struct {
CreatePullRequestOption api.CreatePullRequestOption
// in:body
EditPullRequestOption api.EditPullRequestOption
// in:body
MergePullRequestOption auth.MergePullRequestForm
// in:body
CreateReleaseOption api.CreateReleaseOption