commit a file into Bitbucket

0
Hello everyone, I am generating a file in my mendix app. I want to commit this file into a remote bitbucket URL. any one has idea how can I achieve this?   Thanks and Regards, Nirmal
asked
1 answers
1

I think the documentation you are looking for is https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Busername%7D/%7Brepo_slug%7D/src#post 

THis describes how you can upload files using the api. 

answered