diff --git a/scaleway-async/scaleway_async/registry/v1/types.py b/scaleway-async/scaleway_async/registry/v1/types.py index 2c46e2521..9da5a41c5 100644 --- a/scaleway-async/scaleway_async/registry/v1/types.py +++ b/scaleway-async/scaleway_async/registry/v1/types.py @@ -319,7 +319,7 @@ class DeleteTagRequest: Region to target. If none is passed will use default region from the config. """ - force: Optional[bool] = False + force: Optional[bool] = None """ If two tags share the same digest the deletion will fail unless this parameter is set to true (deprecated). """ diff --git a/scaleway/scaleway/registry/v1/types.py b/scaleway/scaleway/registry/v1/types.py index 2c46e2521..9da5a41c5 100644 --- a/scaleway/scaleway/registry/v1/types.py +++ b/scaleway/scaleway/registry/v1/types.py @@ -319,7 +319,7 @@ class DeleteTagRequest: Region to target. If none is passed will use default region from the config. """ - force: Optional[bool] = False + force: Optional[bool] = None """ If two tags share the same digest the deletion will fail unless this parameter is set to true (deprecated). """