Updated for new Todoist API version

This commit is contained in:
2022-08-22 20:30:42 -04:00
parent 63ee68580d
commit f23371429e
2 changed files with 7 additions and 4 deletions

View File

@ -61,7 +61,7 @@ calendar:
rest_command:
todoist:
method: post
url: 'https://api.todoist.com/sync/v8/sync'
url: 'https://api.todoist.com/sync/v9/{{ url }}'
payload: !secret todoist_api_payload
content_type: 'application/x-www-form-urlencoded'