EquineOntology / tasker-toggl

A port of the Toggl API for Tasker
MIT License
14 stars 5 forks source link

Change PUT to POST to match documentation og Toggl #63

Closed bgrolleman closed 3 years ago

bgrolleman commented 3 years ago

https://github.com/toggl/toggl_api_docs/blob/master/chapters/time_entries.md#start-a-time-entry

I was debugging my Tasker script and the curl call kept failing, changing it from PUT to POST resolved the issue

Fixes my question in #62

EquineOntology commented 3 years ago

Thanks!