# Pull Request Updated

> Windows | Cross-platform

## Project compatibility

Windows | Cross-platform

## Overview

| Description | API Method | API Path |
| --- | --- | --- |
| The Pull Request Updated trigger starts a workflow when an existing pull request is updated in the specified repository. | GET | /repos/{owner}/{repo}/pulls |

## Input

| Parameter | Description | Data Type |
| --- | --- | --- |
| Repository | Repository to monitor for updates to pull requests. | string |
| Filter | Optional filter on pull request fields (number, base, head, draft, maintainer flag, body, title, repository name). | variable |

## Output

| Parameter | Description | Data Type |
| --- | --- | --- |
| Pull ID | ID of the pull request that was updated. | string |
| Pull | Hydrated pull request object after the update. | Object |

:::note
* In API workflows, a single
response object is returned as the output. Any required fields can be extracted directly from this object.
* In RPA workflows, some output
parameters may differ, but the necessary values can still be retrieved from the response object even if they are not explicitly exposed.
:::
