Skip to content

Commit c66ac07

Browse files
authored
docs(file): update file description and add more file examples (#965)
1 parent dc86a22 commit c66ac07

File tree

2 files changed

+0
-2
lines changed
  • scaleway/scaleway/file/v1alpha1
  • scaleway-async/scaleway_async/file/v1alpha1

2 files changed

+0
-2
lines changed

scaleway-async/scaleway_async/file/v1alpha1/api.py

-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,6 @@ async def update_file_system(
400400
"""
401401
Update filesystem properties.
402402
Update the technical details of a filesystem, such as its name, tags or its new size.
403-
You can only resize a filesystem to a larger size.
404403
:param filesystem_id: UUID of the filesystem.
405404
:param region: Region to target. If none is passed will use default region from the config.
406405
:param name: When defined, is the new name of the filesystem.

scaleway/scaleway/file/v1alpha1/api.py

-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ def update_file_system(
398398
"""
399399
Update filesystem properties.
400400
Update the technical details of a filesystem, such as its name, tags or its new size.
401-
You can only resize a filesystem to a larger size.
402401
:param filesystem_id: UUID of the filesystem.
403402
:param region: Region to target. If none is passed will use default region from the config.
404403
:param name: When defined, is the new name of the filesystem.

0 commit comments

Comments
 (0)