Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (23 loc) · 870 Bytes

File metadata and controls

29 lines (23 loc) · 870 Bytes
title Commit comments
intro The Commit comments API lets you create and edit comments that relate to specific commits.
versions
fpt ghes ghae ghec
*
*
*
*
topics
API
miniTocMaxHeadingLevel 3
allowTitleToDifferFromFilename true

About the commit comments API

The Commit comments API lets you create and edit comments that relate to specific commits.

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 "Custom media types."