diff --git a/scaleway-async/scaleway_async/tem/v1alpha1/types.py b/scaleway-async/scaleway_async/tem/v1alpha1/types.py index f1cfe51bb..c1939c1ec 100644 --- a/scaleway-async/scaleway_async/tem/v1alpha1/types.py +++ b/scaleway-async/scaleway_async/tem/v1alpha1/types.py @@ -1066,7 +1066,7 @@ class CreateDomainRequest: ID of the project to which the domain belongs. """ - accept_tos: Optional[bool] = False + accept_tos: Optional[bool] = None """ Deprecated. Accept Scaleway's Terms of Service. """ diff --git a/scaleway/scaleway/tem/v1alpha1/types.py b/scaleway/scaleway/tem/v1alpha1/types.py index f1cfe51bb..c1939c1ec 100644 --- a/scaleway/scaleway/tem/v1alpha1/types.py +++ b/scaleway/scaleway/tem/v1alpha1/types.py @@ -1066,7 +1066,7 @@ class CreateDomainRequest: ID of the project to which the domain belongs. """ - accept_tos: Optional[bool] = False + accept_tos: Optional[bool] = None """ Deprecated. Accept Scaleway's Terms of Service. """