Skip to content

Commit

Permalink
Move to v2 API version (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybibaev authored Dec 5, 2022
1 parent f47cf38 commit 48e6f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<key>escaping</key>
<integer>68</integer>
<key>script</key>
<string>curl "https://api.todoist.com/rest/v1/tasks" \
<string>curl "https://api.todoist.com/rest/v2/tasks" \
-X POST \
--data '{"content": "{query}", "due_lang": "en"}' \
-H "Content-Type: application/json" \
Expand Down

0 comments on commit 48e6f42

Please sign in to comment.