hi there,
i want to get pull requests of given commit uuid by below url, but i met below error message, however, i can get commit by XXXX.
get commit info (ok)
https://api.bitbucket.org/2.0/repositories/FlexivTeam/flexiv_sw/commit/XXXX
get pullrequests of given commit uuid (faild)
https://api.bitbucket.org/2.0/repositories/FlexivTeam/flexiv_sw/commit/XXXX/pullrequests/
error message
{‘message’: ‘Resource not found’, ‘detail’: “There is no API hosted at this URL.\n\nFor information about our API’s, please refer to the documentation at: Latest updates”}