ado_update_pull_request
Update a pull request by changing its title, description, target branch, or draft state.
Instructions
Update a pull request: title, description, target branch, or draft state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prId | Yes | Pull request ID | |
| title | No | ||
| repoId | Yes | Repository name or ID | |
| isDraft | No | Toggle draft state | |
| project | No | Project name or ID (defaults to ADO_DEFAULT_PROJECT) | |
| description | No | ||
| targetBranch | No | Re-target the PR to another branch |