File tree Expand file tree Collapse file tree
scaleway-async/scaleway_async/registry/v1
scaleway/scaleway/registry/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ class DeleteTagRequest:
319319 Region to target. If none is passed will use default region from the config.
320320 """
321321
322- force : Optional [bool ] = False
322+ force : Optional [bool ] = None
323323 """
324324 If two tags share the same digest the deletion will fail unless this parameter is set to true (deprecated).
325325 """
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ class DeleteTagRequest:
319319 Region to target. If none is passed will use default region from the config.
320320 """
321321
322- force : Optional [bool ] = False
322+ force : Optional [bool ] = None
323323 """
324324 If two tags share the same digest the deletion will fail unless this parameter is set to true (deprecated).
325325 """
You can’t perform that action at this time.
0 commit comments