Hi there! How can I accept a GET request
Hi there! How can I accept a GET request to this route?
/api/r/notification_handler/fetch_stock.json?location_id=110962737535
It seems the UI doesn't let me set
Also the description
Any ideas how to work around this?
/api/r/notification_handler/fetch_stock.json?location_id=110962737535
It seems the UI doesn't let me set
fetch_stock.json with the dot.Also the description
Use ':myparam' for path params and '*mywildcard' for wildcards both seem to be givng errors, so fetch_stock* doesn't work eitherAny ideas how to work around this?