Request Changes For Pull Request
This API operation allows users to formally request changes on a specific pull request within a Bitbucket repository. By making a POST request to the endpoint with the workspace identifier, repository slug, and pull request ID, reviewers can indicate that modifications are needed before the pull request can be approved and merged. This action typically changes the pull request's review status and notifies the pull request author that revisions are required, facilitating the code review proces...