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
1 change: 0 additions & 1 deletion scaleway-async/scaleway_async/file/v1alpha1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ async def update_file_system(
"""
Update filesystem properties.
Update the technical details of a filesystem, such as its name, tags or its new size.
You can only resize a filesystem to a larger size.
:param filesystem_id: UUID of the filesystem.
:param region: Region to target. If none is passed will use default region from the config.
:param name: When defined, is the new name of the filesystem.
Expand Down
1 change: 0 additions & 1 deletion scaleway/scaleway/file/v1alpha1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ def update_file_system(
"""
Update filesystem properties.
Update the technical details of a filesystem, such as its name, tags or its new size.
You can only resize a filesystem to a larger size.
:param filesystem_id: UUID of the filesystem.
:param region: Region to target. If none is passed will use default region from the config.
:param name: When defined, is the new name of the filesystem.
Expand Down