1
0
mirror of synced 2026-01-04 09:06:46 -05:00
Files
docs/content/rest/commits/comments.md
Rachael Sewell 282085b277 fix violations
2023-09-25 16:53:13 -07:00

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. For more information about the use of media types in the API, see "AUTOTITLE."

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."