diff --git a/src/fabledassistant/routes/tasks.py b/src/fabledassistant/routes/tasks.py index 3c639ed..c5b7a0d 100644 --- a/src/fabledassistant/routes/tasks.py +++ b/src/fabledassistant/routes/tasks.py @@ -117,7 +117,7 @@ async def get_task_route(task_id: int): return jsonify(data) -@tasks_bp.route("/", methods=["PUT"]) +@tasks_bp.route("/", methods=["PUT", "PATCH"]) @login_required async def update_task_route(task_id: int): uid = get_current_user_id()