Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scaleway-async/scaleway_async/registry/v1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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).
"""
Expand Down
2 changes: 1 addition & 1 deletion scaleway/scaleway/registry/v1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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).
"""
Expand Down
Loading