I am trying to automate creation of pull requests using bitbucket server apis.
I am able to get the file content of a given file, modify the file. Create a new branch. But unable to commit the file to new branch using API. I am unable to find any documentation on APIs for committing file to a branch.
is there a way to achieve this scenario? at this points its just committing single file to a branch.
Any support on this would be really helpful.