Adjustments for new Todoist API
This commit is contained in:
@@ -65,11 +65,11 @@ calendar:
|
||||
rest_command:
|
||||
todoist:
|
||||
method: post
|
||||
url: 'https://api.todoist.com/sync/v9/{{ url }}'
|
||||
url: 'https://api.todoist.com/api/v1/{{ url }}'
|
||||
payload: '{{ payload }}'
|
||||
headers:
|
||||
Authorization: !secret todoist_api_token
|
||||
content_type: 'application/x-www-form-urlencoded'
|
||||
content_type: 'application/x-www-form-urlencoded'
|
||||
|
||||
recorder:
|
||||
db_url: !secret mariadb_url
|
||||
|
||||
Reference in New Issue
Block a user