From 1d169886eec64ea556470956f8fa21e616e936d7 Mon Sep 17 00:00:00 2001 From: John Wilkie Date: Mon, 11 Dec 2023 14:58:54 +0000 Subject: [PATCH] Typing change --- darwin/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/darwin/client.py b/darwin/client.py index b87bf371d..173ab06fe 100644 --- a/darwin/client.py +++ b/darwin/client.py @@ -908,7 +908,7 @@ def move_to_stage( dataset_slug: str, team_slug: str, filters: Dict[str, UnknownType], - stage_id: int, + stage_id: str, ) -> None: """ Moves the given items to the specified stage @@ -921,7 +921,7 @@ def move_to_stage( The slug of the team. filters: Dict[str, UnknownType] A filter Dictionary that defines the items to have the new, selected stage. - stage_id: int + stage_id: str ID of the stage to set. """ payload: Dict[str, UnknownType] = {