Skip to content

Commit

Permalink
fix(api): rename 'onlyWithRole' to 'onlyWithRoles' in UserProjectsFil…
Browse files Browse the repository at this point in the history
…ter (#361)
  • Loading branch information
bimgeek authored Dec 6, 2024
1 parent bd38dfa commit a920352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/specklepy/core/api/inputs/project_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ class ProjectUpdateRoleInput(BaseModel):

class UserProjectsFilter(BaseModel):
search: str
onlyWithRole: Optional[Sequence[str]] = None
onlyWithRoles: Optional[Sequence[str]] = None

0 comments on commit a920352

Please sign in to comment.