diff --git a/content/v3/repos/comments.md b/content/v3/repos/comments.md index 6443fafefe..7063130840 100644 --- a/content/v3/repos/comments.md +++ b/content/v3/repos/comments.md @@ -25,7 +25,7 @@ Comments are ordered by ascending ID. ### Response <%= headers 200 %> -<%= json(:commit_comment) %> +<%= json(:commit_comment) { |h| [h] } %> ## Create a commit comment