Number of APIs: 2
GET {{baseUrl}}/pull-requests/{{pullRequestId}}
Gets information about a pull request, such as the source and destination details, who reviewed the pull request, the merge's current status, and whether the element is accessible.
PUT {{baseUrl}}/pull-requests/{{pullRequestId}}
Updates an open pull request. Include the following in the request body:
title
— (Required) A string that contains the title of the pull request.description
— A string that contains a description of the pull request.reviewers
— (Required) An array of strings that contains an updated list of the pull request's assigned reviewers. This replaces all existing users assigned to the pull request with those you pass in the request body.
ENDPOINTS