diff --git a/app/api/handler/pullreq/comment_apply_suggestions.go b/app/api/handler/pullreq/comment_apply_suggestions.go index be72060ce..05f16527e 100644 --- a/app/api/handler/pullreq/comment_apply_suggestions.go +++ b/app/api/handler/pullreq/comment_apply_suggestions.go @@ -57,6 +57,6 @@ func HandleCommentApplySuggestions(pullreqCtrl *pullreq.Controller) http.Handler return } - render.JSON(w, http.StatusCreated, out) + render.JSON(w, http.StatusOK, out) } }