You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scaleway-async/scaleway_async/tem/v1alpha1/api.py
+9-31Lines changed: 9 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -72,9 +72,9 @@ async def create_email(
72
72
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.
73
73
:param region: Region to target. If none is passed will use default region from the config.
74
74
:param from_: Sender information. Must be from a checked domain declared in the Project.
75
-
:param to: Array of recipient information (limited to 1 recipient).
76
-
:param cc: Array of recipient information (unimplemented).
77
-
:param bcc: Array of recipient information (unimplemented).
75
+
:param to: An array of the primary recipient's information.
76
+
:param cc: An array of the carbon copy recipient's information.
77
+
:param bcc: An array of the blind carbon copy recipient's information.
Copy file name to clipboardExpand all lines: scaleway/scaleway/tem/v1alpha1/api.py
+9-31Lines changed: 9 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -72,9 +72,9 @@ def create_email(
72
72
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.
73
73
:param region: Region to target. If none is passed will use default region from the config.
74
74
:param from_: Sender information. Must be from a checked domain declared in the Project.
75
-
:param to: Array of recipient information (limited to 1 recipient).
76
-
:param cc: Array of recipient information (unimplemented).
77
-
:param bcc: Array of recipient information (unimplemented).
75
+
:param to: An array of the primary recipient's information.
76
+
:param cc: An array of the carbon copy recipient's information.
77
+
:param bcc: An array of the blind carbon copy recipient's information.
0 commit comments