mirror of
https://github.com/go-gitea/gitea
synced 2024-11-08 03:04:29 +00:00
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
parent
e03934f035
commit
a276aaf61e
@ -41,8 +41,8 @@ func NewCommitStatus(ctx *context.APIContext, form api.CreateStatusOption) {
|
||||
// schema:
|
||||
// "$ref": "#/definitions/CreateStatusOption"
|
||||
// responses:
|
||||
// "200":
|
||||
// "$ref": "#/responses/StatusList"
|
||||
// "201":
|
||||
// "$ref": "#/responses/Status"
|
||||
sha := ctx.Params("sha")
|
||||
if len(sha) == 0 {
|
||||
ctx.Error(400, "sha not given", nil)
|
||||
|
@ -5284,8 +5284,8 @@
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"$ref": "#/responses/StatusList"
|
||||
"201": {
|
||||
"$ref": "#/responses/Status"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user