diff options
Diffstat (limited to 'routers/api/v1/repo/hook.go')
-rw-r--r-- | routers/api/v1/repo/hook.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/api/v1/repo/hook.go b/routers/api/v1/repo/hook.go index 2464cc7bd7..eb1742ac56 100644 --- a/routers/api/v1/repo/hook.go +++ b/routers/api/v1/repo/hook.go @@ -107,7 +107,7 @@ func CreateHook(ctx *context.APIContext, form api.CreateHookOption) { // schema: // "$ref": "#/definitions/CreateHookOption" // responses: - // "200": + // "201": // "$ref": "#/responses/Hook" if !utils.CheckCreateHookOption(ctx, &form) { return |