Create Comment On Pull Request
This API operation allows you to create a new comment 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, you can add inline code comments, general feedback, or discussion points to the pull request. The operation requires authentication and appropriate permissions to comment on the target repository, and the request body typically includes the comment content and optionally the...