UpdatePullRequest
Update a pull request.
Input
Name | Type | Required | Description |
ProjectId | String | True | Id of the project. |
RepositoryId | String | True | Id of the repository. |
PullRequestId | String | True | Id of the pull request. |
Title | String | False | Title of the pull request. |
Description | String | False | The description of the pull request. |
Status | String | False | Status of the pull request. |
TargetRefName | String | False | The name of the target branch of the pull request. Only available when the PR retargeting feature is enabled. |
CompletionOptions | String | False | Options which affect how the pull request will be merged when it is completed. |
MergeOptions | String | False | Options used when the pull request merge runs. |
AutoCompleteSetById | String | False | Id of the user who enabled Autocomplete. |
Result Set Columns
Name | Type | Description |
Status | String | Stored procedure execution status. |
PullRequestId | Integer | Id of the created pull request. |