Morning-Train / toggl-api

GNU General Public License v3.0
34 stars 27 forks source link

Fix v9 time entry tagging #32

Open kaestel opened 5 months ago

kaestel commented 5 months ago

Updated the updateTagsForTimeEntries method to work with v9, where it is only possible to update tags for one time entry at the time.

Simply making one request per time entry allows method to work with existing parameters. Returning array of responses.

I hope this can be useful.