diff --git a/scaleway-async/scaleway_async/file/v1alpha1/api.py b/scaleway-async/scaleway_async/file/v1alpha1/api.py index b2e726171..a2e86df12 100644 --- a/scaleway-async/scaleway_async/file/v1alpha1/api.py +++ b/scaleway-async/scaleway_async/file/v1alpha1/api.py @@ -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. diff --git a/scaleway/scaleway/file/v1alpha1/api.py b/scaleway/scaleway/file/v1alpha1/api.py index 0075d8c02..f5641cbef 100644 --- a/scaleway/scaleway/file/v1alpha1/api.py +++ b/scaleway/scaleway/file/v1alpha1/api.py @@ -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.