get_commit_comment | SELECT | comment_id, owner, repo | |
list_comments_for_commit | SELECT | commit_sha, owner, repo | Use the :commit_sha to specify the commit that will have its comments listed. |
list_commit_comments_for_repo | SELECT | owner, repo | Commit Comments use these custom media types. You can read more about the use of media types in the API here.
Comments are ordered by ascending ID. |
create_commit_comment | INSERT | commit_sha, owner, repo, data__body | Create a comment for a commit using its :commit_sha .
This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. See "Secondary rate limits" and "Dealing with secondary rate limits" for details. |
delete_commit_comment | DELETE | comment_id, owner, repo | |
update_commit_comment | EXEC | comment_id, owner, repo, data__body | |