Resolve Comment Thread

This API operation resolves a comment thread on a specific pull request in a Bitbucket repository by marking it as resolved, indicating that the discussion or issue raised in the comment has been addressed or is no longer relevant. The endpoint requires authentication and accepts the workspace identifier, repository slug, pull request ID, and comment ID as path parameters to uniquely identify the comment thread to be resolved. When invoked via a POST request, it updates the comment's resoluti...