Skip to content

Commit

Permalink
Update packages/models-library/src/models_library/api_schemas_directo…
Browse files Browse the repository at this point in the history
…rv2/clusters.py

Co-authored-by: Sylvain <[email protected]>
  • Loading branch information
giancarloromeo and sanderegg authored Nov 5, 2024
1 parent cf63244 commit ded3b25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class ClusterPatch(BaseCluster):
endpoint: AnyUrl | None = None # type: ignore[assignment]
authentication: ExternalClusterAuthentication | None = None # type: ignore[assignment]
access_rights: dict[GroupID, ClusterAccessRights] | None = Field( # type: ignore[assignment]
None, alias="accessRights"
default=None, alias="accessRights"
)

model_config = ConfigDict(
Expand Down

0 comments on commit ded3b25

Please sign in to comment.