In your documentation REST API (https://confluence.atlassian.com/bitbucket/use-the-bitbucket-cloud-rest-apis-222724129.html) it says that we can use the PUT HTTP Verb. When trying PUT, I am getting a 405, ReasonPhrase: 'Method Not Allowed'.
I know that POST will work too, but prefer PUT. Is the URI different that a POST?