File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
packages/clients/src/api/tem/v1alpha1 Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,13 @@ export class API extends ParentAPI {
231231
232232 /**
233233 * Get information about a domain. Retrieve information about a specific
234- * domain using the `region` and `domain_id` parameters.
234+ * domain using the `region` and `domain_id` parameters. Monitor your domain's
235+ * reputation and improve **average** and **bad** reputation statuses, using
236+ * your domain's **Email activity** tab on the [Scaleway
237+ * console](https://console.scaleway.com/transactional-email/domains) to get a
238+ * more detailed report. Check out our [dedicated
239+ * documentation](https://www.scaleway.com/en/docs/managed-services/transactional-email/reference-content/understanding-tem-reputation-score/)
240+ * to improve your domain's reputation.
235241 *
236242 * @param request - The request {@link GetDomainRequest}
237243 * @returns A Promise of Domain
@@ -292,7 +298,7 @@ export class API extends ParentAPI {
292298 )
293299
294300 /**
295- * List domains. Retrieve domains in a specific project or in a specific
301+ * List domains. Retrieve domains in a specific Project or in a specific
296302 * Organization using the `region` parameter.
297303 *
298304 * @param request - The request {@link ListDomainsRequest}
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ export interface Domain {
120120
121121/** Domain last status. */
122122export interface DomainLastStatus {
123- /** The id of the domain. */
123+ /** The ID of the domain. */
124124 domainId : string
125125 /** The domain name (example.com). */
126126 domainName : string
You can’t perform that action at this time.
0 commit comments