paymoapp / api

API documentation for Paymo
https://www.paymoapp.com
76 stars 31 forks source link

Task creation returns complete list of task instead of the task created, also task isn't created #49

Open jechaviz opened 5 years ago

jechaviz commented 5 years ago

When i run the api for task creation, it returns complete list of task instead of the task created, also task isn't created

It suddenly started to happen, some time ago it was working properly

paymoapp commented 5 years ago

That's because you're making a GET request instead of POST.