Skip to content

Commit

Permalink
Add enabled_actions to CreateConnectionConfiguration schema
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanovera committed Jan 28, 2025
1 parent 7719763 commit 9c9895b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class CreateConnectionConfiguration(BaseModel):
access: AccessLevel
disabled: Optional[bool] = False
description: Optional[str] = None
enabled_actions: Optional[List[ActionType]] = None
model_config = ConfigDict(
from_attributes=True, use_enum_values=True, extra="ignore"
)
Expand Down

0 comments on commit 9c9895b

Please sign in to comment.