Hi,
I am trying to create new post webhook following documentation from :
The documentation says 'POST' but I get '405 Method not allowed'. When I 'PUT' including some event name e.g. 'prMerged', I get this error:
Unrecognized field \"prMerged\" (Class nl.topicus.bitbucket.api.WebHookConfigurationModel), not marked as ignorable\n
Looks like only params that work are 'title', 'url', 'committersToIgnore', 'branchesToIgnore' and 'enabled'
Any suggestions?
Bitbucket server version: v6.5.0