I am trying to commit a file to Bitbucket using Rest API from postman, but it shows method not allowed.
Below is the URL which I am trying
http://URL/projects/CONFIG_MNGMNT/repos/devicegroups/browse/C:/Shivanand/ReadMe.txt
I am trying to commit ReadMe.txt file from path C:/Shivanand.
Below is the error ->
** Method Not Allowed The requested method PUT is not allowed for the URL **
I am using PUT method.