As per the title, I would expect that a `POST` to trigginering a webhook with wrong parameters should return in a 4xx status code, not 200. This would make it much easier to verify if the hook has been correctly submitted.
As per the title, I would expect that a
POSTto trigginering a webhook with wrong parameters should return in a 4xx status code, not 200.This would make it much easier to verify if the hook has been correctly submitted.