Skip to content

Commit d0edb4c

Browse files
committed
Update.
1 parent 4c5c6d2 commit d0edb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workos/types/sso/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class SamlConnectionOptions(WorkOSModel):
5454
class Connection(WorkOSModel):
5555
object: Literal["connection"]
5656
id: str
57-
organization_id: Optional[str]
57+
organization_id: Optional[str] = None
5858
connection_type: LiteralOrUntyped[ConnectionType]
5959
name: str
6060
state: LiteralOrUntyped[ConnectionState]

0 commit comments

Comments
 (0)