1
0
mirror of synced 2026-01-01 00:04:41 -05:00
Files
docs/content/rest/commits/comments.md

1.0 KiB

title, intro, versions, topics, allowTitleToDifferFromFilename, autogenerated
title intro versions topics allowTitleToDifferFromFilename autogenerated
Commit comments Use the REST API to interact with commit comments.
fpt ghae ghec ghes
* * * *
API
true rest

About commit comments

You can create, edit, and view commit comments using the REST API. A commit comment is a comment made on a specific commit. For more information, see "AUTOTITLE."

Custom media types for commit comments

These are the supported media types for commit comments. You can read more about the use of media types in the API here.

application/vnd.github-commitcomment.raw+json
application/vnd.github-commitcomment.text+json
application/vnd.github-commitcomment.html+json
application/vnd.github-commitcomment.full+json

For more information, see "AUTOTITLE."