From 3263b4d710447888ab08c63adf8d04aa5dcec694 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Wed, 30 Apr 2025 09:36:55 +0000 Subject: [PATCH] feat: update generated APIs --- scaleway-async/scaleway_async/file/v1alpha1/api.py | 1 - scaleway/scaleway/file/v1alpha1/api.py | 1 - 2 files changed, 2 deletions(-) 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.