You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Firstly i want say - thanks for you work!
Trying to work with bitbucket api using this manual https://docs.atlassian.com/bitbucket-server/rest/7.6.3/bitbucket-rest.html, especially try to set hook with method (/rest/api/1.0/projects/{projectKey}/repos/{repositorySlug}/settings/hooks/com.trimble.tekla:teamcity-trigger-hook/settings)
And when i send data to server, get errors:
{
"errors": [
{
"context": "teamCityPassword",
"message": "Please click "Test and Save Password" button first.",
"exceptionName": null
}]}
Please, can you explain how i can avoid errors about Please click button, when using bitbucket api.
Thanks
BR visij