Skip to content

Commit ff4765d

Browse files
authored
docs(tem): add link to documentation and console (#962)
1 parent 5c46f22 commit ff4765d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

packages/clients/src/api/tem/v1alpha1/api.gen.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

packages/clients/src/api/tem/v1alpha1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export interface Domain {
120120

121121
/** Domain last status. */
122122
export 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

0 commit comments

Comments
 (0)