You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to call Get-TodoistProject, and the error that came back was:
Invoke-RestMethod : This endpoint is deprecated.
If you're reading this on a browser, there's a good chance you can change
the v8 part on the URL to v9 and get away with it. ;)
If you're using the API directly, please update your use case to rely
on the new API endpoints, available under /sync/v9/ or /rest/v2/ prefixes.
For more details, please see documentation at https://developer.todoist.com/guides/#our-apis
It looks like it needs to get migrated to the new API
The text was updated successfully, but these errors were encountered:
I tried to call Get-TodoistProject, and the error that came back was:
Invoke-RestMethod : This endpoint is deprecated.
If you're reading this on a browser, there's a good chance you can change
the v8 part on the URL to v9 and get away with it. ;)
If you're using the API directly, please update your use case to rely
on the new API endpoints, available under /sync/v9/ or /rest/v2/ prefixes.
For more details, please see documentation at
https://developer.todoist.com/guides/#our-apis
It looks like it needs to get migrated to the new API
The text was updated successfully, but these errors were encountered: