We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae0691 commit a007ff9Copy full SHA for a007ff9
todoist_api_python/api.py
@@ -495,6 +495,7 @@ def move_task(
495
:return: True if the task was moved successfully,
496
False otherwise (possibly raise `HTTPError` instead).
497
:raises requests.exceptions.HTTPError: If the API request fails.
498
+ :raises ValueError: If neither `project_id`, `section_id`, nor `parent_id` is provided.
499
"""
500
data: dict[str, Any] = {}
501
if project_id is not None:
0 commit comments