Hi
I have various different use cases where I need to trigger a webhook update on one or more deals.
This is done by changing something hopefully unimportant on the deal through the site.
Is there a way to do that without actually changing anything? Preferably through the API.
The PUT /deals/{id} returns 400 if request body is empty.
Most common scenario where I need this, is when I get an error from my Webhook, because of some corner case. I fix the bug and I then need to trigger the webhook update(s) again.
Thanks in advance