Pull Request Thread Comments

This API provides a way to retrieve or modify comments associated with threads in a pull request. Each thread in a pull request can contain one or more comments.

Operations

Create

Create a comment on a specific thread in a pull request (up to 500 comments can be created per thread).

Delete

Delete a comment associated with a specific thread in a pull request.

Get

Retrieve a comment associated with a specific thread in a pull request.

List

Retrieve all comments associated with a specific thread in a pull request.

Update

Update a comment associated with a specific thread in a pull request.