1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-02 07:38:35 +00:00

Fix NewCommitStatus (#9434) (#9435)

Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
John Olheiser
2019-12-19 16:49:47 -06:00
committed by Antoine GIRARD
parent e03934f035
commit a276aaf61e
2 changed files with 4 additions and 4 deletions

View File

@@ -5284,8 +5284,8 @@
}
],
"responses": {
"200": {
"$ref": "#/responses/StatusList"
"201": {
"$ref": "#/responses/Status"
}
}
}