From a04a1b326423fda66d94f504d36011a2fd8c3e9b Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Fri, 7 Aug 2026 11:43:01 +0000 Subject: [PATCH] feat: update generated APIs --- scaleway-async/scaleway_async/dedibox/v1/api.py | 2 +- scaleway-async/scaleway_async/search/v1alpha1/types.py | 2 +- scaleway/scaleway/dedibox/v1/api.py | 2 +- scaleway/scaleway/search/v1alpha1/types.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scaleway-async/scaleway_async/dedibox/v1/api.py b/scaleway-async/scaleway_async/dedibox/v1/api.py index 90f3e71cb..b55a2483f 100644 --- a/scaleway-async/scaleway_async/dedibox/v1/api.py +++ b/scaleway-async/scaleway_async/dedibox/v1/api.py @@ -593,7 +593,7 @@ async def create_server( ) -> Service: """ Create a baremetal server. - Create a new baremetal server. The order return you a service ID to follow the provisionning status you could call GetService. + Create a new baremetal server. The order return you a service ID to follow the provisioning status you could call GetService. :param offer_id: Offer ID of the new server. :param server_option_ids: Server option IDs of the new server. :param zone: Zone to target. If none is passed will use default zone from the config. diff --git a/scaleway-async/scaleway_async/search/v1alpha1/types.py b/scaleway-async/scaleway_async/search/v1alpha1/types.py index 71f768c66..d12938eb6 100644 --- a/scaleway-async/scaleway_async/search/v1alpha1/types.py +++ b/scaleway-async/scaleway_async/search/v1alpha1/types.py @@ -191,7 +191,7 @@ class Resource: updated_at: Optional[datetime] = None """ - Last udpate date. + Last update date. """ global_: Optional[bool] = False diff --git a/scaleway/scaleway/dedibox/v1/api.py b/scaleway/scaleway/dedibox/v1/api.py index 88be35b11..beb1ae03f 100644 --- a/scaleway/scaleway/dedibox/v1/api.py +++ b/scaleway/scaleway/dedibox/v1/api.py @@ -593,7 +593,7 @@ def create_server( ) -> Service: """ Create a baremetal server. - Create a new baremetal server. The order return you a service ID to follow the provisionning status you could call GetService. + Create a new baremetal server. The order return you a service ID to follow the provisioning status you could call GetService. :param offer_id: Offer ID of the new server. :param server_option_ids: Server option IDs of the new server. :param zone: Zone to target. If none is passed will use default zone from the config. diff --git a/scaleway/scaleway/search/v1alpha1/types.py b/scaleway/scaleway/search/v1alpha1/types.py index 71f768c66..d12938eb6 100644 --- a/scaleway/scaleway/search/v1alpha1/types.py +++ b/scaleway/scaleway/search/v1alpha1/types.py @@ -191,7 +191,7 @@ class Resource: updated_at: Optional[datetime] = None """ - Last udpate date. + Last update date. """ global_: Optional[bool] = False