I’m creating my first Zapier app. I was able to create a simple trigger which connects to an API endpoint of https://zapier.example.com/data
I wanted to update the API endpoint to https://zapier.example.com/data/clickdata
For some reason the API endpoint is not working. I’ve tried deprecating my app version. I’ve tried deleting the trigger. But I can see in my webserver logs that all the test connections are going to the old API endpoint.
Am I missing something very simple?