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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -471,7 +471,7 @@ async def get_domain(
471
471
) ->Domain:
472
472
"""
473
473
Get information about a domain.
474
-
Retrieve information about a specific domain using the `region` and `domain_id` parameters.
474
+
Retrieve information about a specific domain using the `region` and `domain_id` parameters. Monitor your domain's reputation and improve **average** and **bad** reputation statuses, using your domain's **Email activity** tab on the [Scaleway console](https://console.scaleway.com/transactional-email/domains) to get a more detailed report. Check out our [dedicated documentation](https://www.scaleway.com/en/docs/managed-services/transactional-email/reference-content/understanding-tem-reputation-score/) to improve your domain's reputation.
475
475
:param region: Region to target. If none is passed will use default region from the config.
476
476
:param domain_id: ID of the domain.
477
477
:return: :class:`Domain <Domain>`
@@ -543,7 +543,7 @@ async def list_domains(
543
543
) ->ListDomainsResponse:
544
544
"""
545
545
List domains.
546
-
Retrieve domains in a specific project or in a specific Organization using the `region` parameter.
546
+
Retrieve domains in a specific Project or in a specific Organization using the `region` parameter.
547
547
:param region: Region to target. If none is passed will use default region from the config.
548
548
:param page: Requested page number. Value must be greater or equal to 1.
549
549
:param page_size: Page size.
@@ -593,7 +593,7 @@ async def list_domains_all(
593
593
) ->List[Domain]:
594
594
"""
595
595
List domains.
596
-
Retrieve domains in a specific project or in a specific Organization using the `region` parameter.
596
+
Retrieve domains in a specific Project or in a specific Organization using the `region` parameter.
597
597
:param region: Region to target. If none is passed will use default region from the config.
598
598
:param page: Requested page number. Value must be greater or equal to 1.
Domain's reputation, available when your domain is checked and has sent enough emails.
231
+
The domain's reputation is available when your domain is checked and has sent enough emails.
232
232
"""
233
233
234
234
region: Region
@@ -242,7 +242,7 @@ class DomainLastStatus:
242
242
243
243
domain_id: str
244
244
"""
245
-
The id of the domain.
245
+
The ID of the domain.
246
246
"""
247
247
248
248
domain_name: str
@@ -313,12 +313,12 @@ class DomainReputation:
313
313
314
314
status: DomainReputationStatus
315
315
"""
316
-
Status of your domain reputation.
316
+
Status of your domain's reputation.
317
317
"""
318
318
319
319
score: int
320
320
"""
321
-
Represent a number between 0 and 100 of your domain reputation score.
321
+
A range from 0 to 100 that determines your domain's reputation score. A score of `0` means a bad domain reputation and a score of `100` means an excellent domain reputation.
322
322
"""
323
323
324
324
scored_at: Optional[datetime]
@@ -328,12 +328,12 @@ class DomainReputation:
328
328
329
329
previous_score: Optional[int]
330
330
"""
331
-
The domain reputation score previously calculated.
331
+
The previously-calculated domain's reputation score.
332
332
"""
333
333
334
334
previous_scored_at: Optional[datetime]
335
335
"""
336
-
Time and date the previous score was calculated.
336
+
Time and date the previous reputation score was calculated.
Copy file name to clipboardExpand all lines: scaleway/scaleway/tem/v1alpha1/api.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -471,7 +471,7 @@ def get_domain(
471
471
) ->Domain:
472
472
"""
473
473
Get information about a domain.
474
-
Retrieve information about a specific domain using the `region` and `domain_id` parameters.
474
+
Retrieve information about a specific domain using the `region` and `domain_id` parameters. Monitor your domain's reputation and improve **average** and **bad** reputation statuses, using your domain's **Email activity** tab on the [Scaleway console](https://console.scaleway.com/transactional-email/domains) to get a more detailed report. Check out our [dedicated documentation](https://www.scaleway.com/en/docs/managed-services/transactional-email/reference-content/understanding-tem-reputation-score/) to improve your domain's reputation.
475
475
:param region: Region to target. If none is passed will use default region from the config.
476
476
:param domain_id: ID of the domain.
477
477
:return: :class:`Domain <Domain>`
@@ -543,7 +543,7 @@ def list_domains(
543
543
) ->ListDomainsResponse:
544
544
"""
545
545
List domains.
546
-
Retrieve domains in a specific project or in a specific Organization using the `region` parameter.
546
+
Retrieve domains in a specific Project or in a specific Organization using the `region` parameter.
547
547
:param region: Region to target. If none is passed will use default region from the config.
548
548
:param page: Requested page number. Value must be greater or equal to 1.
549
549
:param page_size: Page size.
@@ -593,7 +593,7 @@ def list_domains_all(
593
593
) ->List[Domain]:
594
594
"""
595
595
List domains.
596
-
Retrieve domains in a specific project or in a specific Organization using the `region` parameter.
596
+
Retrieve domains in a specific Project or in a specific Organization using the `region` parameter.
597
597
:param region: Region to target. If none is passed will use default region from the config.
598
598
:param page: Requested page number. Value must be greater or equal to 1.
Domain's reputation, available when your domain is checked and has sent enough emails.
231
+
The domain's reputation is available when your domain is checked and has sent enough emails.
232
232
"""
233
233
234
234
region: Region
@@ -242,7 +242,7 @@ class DomainLastStatus:
242
242
243
243
domain_id: str
244
244
"""
245
-
The id of the domain.
245
+
The ID of the domain.
246
246
"""
247
247
248
248
domain_name: str
@@ -313,12 +313,12 @@ class DomainReputation:
313
313
314
314
status: DomainReputationStatus
315
315
"""
316
-
Status of your domain reputation.
316
+
Status of your domain's reputation.
317
317
"""
318
318
319
319
score: int
320
320
"""
321
-
Represent a number between 0 and 100 of your domain reputation score.
321
+
A range from 0 to 100 that determines your domain's reputation score. A score of `0` means a bad domain reputation and a score of `100` means an excellent domain reputation.
322
322
"""
323
323
324
324
scored_at: Optional[datetime]
@@ -328,12 +328,12 @@ class DomainReputation:
328
328
329
329
previous_score: Optional[int]
330
330
"""
331
-
The domain reputation score previously calculated.
331
+
The previously-calculated domain's reputation score.
332
332
"""
333
333
334
334
previous_scored_at: Optional[datetime]
335
335
"""
336
-
Time and date the previous score was calculated.
336
+
Time and date the previous reputation score was calculated.
0 commit comments