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 {
231
231
232
232
/**
233
233
* 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.
235
241
*
236
242
* @param request - The request {@link GetDomainRequest}
237
243
* @returns A Promise of Domain
@@ -292,7 +298,7 @@ export class API extends ParentAPI {
292
298
)
293
299
294
300
/**
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
296
302
* Organization using the `region` parameter.
297
303
*
298
304
* @param request - The request {@link ListDomainsRequest}
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ export interface Domain {
120
120
121
121
/** Domain last status. */
122
122
export interface DomainLastStatus {
123
- /** The id of the domain. */
123
+ /** The ID of the domain. */
124
124
domainId : string
125
125
/** The domain name (example.com). */
126
126
domainName : string
You can’t perform that action at this time.
0 commit comments