From dafc6e9d5862562f839ea83df2ba3d27cc0b596d Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Mon, 17 Nov 2025 12:10:55 +0000 Subject: [PATCH] feat: update generated APIs --- scaleway-async/scaleway_async/tem/v1alpha1/api.py | 2 +- scaleway/scaleway/tem/v1alpha1/api.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scaleway-async/scaleway_async/tem/v1alpha1/api.py b/scaleway-async/scaleway_async/tem/v1alpha1/api.py index 8ac484f52..f576782d0 100644 --- a/scaleway-async/scaleway_async/tem/v1alpha1/api.py +++ b/scaleway-async/scaleway_async/tem/v1alpha1/api.py @@ -117,7 +117,7 @@ async def create_email( ) -> CreateEmailResponse: """ Send an email. - You must specify the `region`, the sender and the recipient's information and the `project_id` to send an email from a checked domain. The subject of the email must contain at least 6 characters. + You must specify the `region`, the sender and the recipient's information and the `project_id` to send an email from a checked domain. :param from_: Sender information. Must be from a checked domain declared in the Project. :param subject: Subject of the email. :param text: Text content. diff --git a/scaleway/scaleway/tem/v1alpha1/api.py b/scaleway/scaleway/tem/v1alpha1/api.py index 02d050d90..9785787c2 100644 --- a/scaleway/scaleway/tem/v1alpha1/api.py +++ b/scaleway/scaleway/tem/v1alpha1/api.py @@ -117,7 +117,7 @@ def create_email( ) -> CreateEmailResponse: """ Send an email. - You must specify the `region`, the sender and the recipient's information and the `project_id` to send an email from a checked domain. The subject of the email must contain at least 6 characters. + You must specify the `region`, the sender and the recipient's information and the `project_id` to send an email from a checked domain. :param from_: Sender information. Must be from a checked domain declared in the Project. :param subject: Subject of the email. :param text: Text content.