Hi Team,
i am trying to update bit bucket setup or project hook settings using Postman API.
but getting these errors.
captured in the photo.
i am trying to push the input json to update the settings forcefully but not getting it.
i want to update the setups using the below json as input.
Note : - Even if i am linking this to a Jira Project, I am still getting the error message in postman console.
{
"pushCheckSyntaxCheckEnabled": true,
"pushCheckSyntaxCheckRegEx" :" some regex function",
"pushCheckSyntaxCheckMessage" : "some error message",
"searchID" : "commits"
}