Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the pull request.
Response
PullRequest
Syncs a pull request object. This action is useful when the pull request has been updated and needs to be fetched again from the source repository.
Note: This action is not required as pull requests are automatically synced when they are updated. Only use this action if you need to manually trigger the synchronisation when you disabled webhooks for the repository either in the source repository or in the application settings.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The unique identifier of the pull request.
PullRequest