Category "bitbucket-api"

Bitbucket server REST API: Does commit API overwrite the file or will it ever have conflicts (does a merge)

I am using /rest/api/1.0/projects/{projectKey}/repos/{repositorySlug}/browse/{path:.*} to push commit to a file using Bitbucket. I am able to do that successful

How to Configure/Access Bitbucket Server REST API via OAuth Client Credentials

I don't understand how to generate the secret that is used for the Bitbucket Server REST API using the client credential grant type. For example: $ curl -X PO