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

Add option to API to update PullRequest base branch (#11666)

* EditPull: add option to change base

Close #11552
This commit is contained in:
6543
2020-06-07 21:13:40 +02:00
committed by GitHub
parent 880ae454db
commit 5814079bf5
4 changed files with 52 additions and 3 deletions

View File

@@ -6676,6 +6676,9 @@
"403": {
"$ref": "#/responses/forbidden"
},
"409": {
"$ref": "#/responses/error"
},
"412": {
"$ref": "#/responses/error"
},
@@ -12187,6 +12190,10 @@
},
"x-go-name": "Assignees"
},
"base": {
"type": "string",
"x-go-name": "Base"
},
"body": {
"type": "string",
"x-go-name": "Body"