Update a pull request
Updates an open pull request.
Authentication
x-api-keystring
API Key authentication via header
OR
Authorizationstring
A valid [SCIM API key](https://learning.postman.com/docs/administration/scim-provisioning/scim-provisioning-overview/#generating-scim-api-key) for calls to SCIM endpoints.
OR
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
pullRequestId
The pull request's ID.
Request
This endpoint expects an object.
title
The pull request's updated title.
reviewers
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.
description
The updated pull request description.
Response
Successful Response
createdAt
The date and time at which the pull request was created.
createdBy
The ID of the user who created the pull request.
description
The pull request's description.
destinationId
The pull request's merge destination ID.
forkType
The type of forked element.
id
The pull request's ID.
sourceId
The unique ID of the source element.
status
The pull request's status.
title
The pull request's title.
updatedAt
The date and time at which the pull request was updated.
Errors
403
Forbidden Error
409
Conflict Error
500
Internal Server Error