Pull Request Properties

This API provides a way to manage external properties associated with a pull request. Third party services can use this API to store additional information on the pull request without maintaining their own storage.

Operations

List

Get external properties of the pull request.

Update

Create or update pull request external properties. The patch operation can be add, replace or remove. For add operation, the path can be empty. If the path is e...