from this reference api: The Bitbucket Cloud REST API (atlassian.com) (the pictures below)
I try to use this api url in my bitbucket-pipelines.yml and when I ran the pipeline I got the response like this
{"type": "error", "error": {"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: https://developer.atlassian.com/bitbucket/api/2/reference/"}}
FYI: I have already solved this problem. It is because the url that I have wrote it is under single quote so solution is change it to double quote.
If the admin have seen this you can delete it. Thx.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.