Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions darwin/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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] = {
Expand Down