@@ -10,7 +10,7 @@ This API allows you to manage your Transactional Email services.
1010 - [ Domain DNS check] ( #domain-dns-check )
1111 - [ Register a domain in a project] ( #register-a-domain-in-a-project )
1212 - [ Get information about a domain] ( #get-information-about-a-domain )
13- - [ Display SPF and DKIM records status and potential errors] ( #display-spf- and-dkim -records-status-and-potential-errors )
13+ - [ Display SPF, DKIM, DMARC and MX records status and potential errors] ( #display-spf,-dkim,-dmarc- and-mx -records-status-and-potential-errors )
1414 - [ List domains] ( #list-domains )
1515 - [ Delete a domain] ( #delete-a-domain )
1616 - [ Update a domain] ( #update-a-domain )
@@ -175,9 +175,9 @@ scw tem domain get <domain-id ...> [arg=value ...]
175175
176176
177177
178- ### Display SPF and DKIM records status and potential errors
178+ ### Display SPF, DKIM, DMARC and MX records status and potential errors
179179
180- Display SPF and DKIM records status and potential errors, including the found records to make debugging easier.
180+ Display SPF, DKIM, DMARC and MX records status and potential errors, including the found records to make debugging easier.
181181
182182** Usage:**
183183
@@ -190,7 +190,7 @@ scw tem domain get-last-status <domain-id ...> [arg=value ...]
190190
191191| Name | | Description |
192192| ------| ---| -------------|
193- | domain-id | Required | ID of the domain to delete |
193+ | domain-id | Required | ID of the domain to get records status |
194194| region | Default: ` fr-par ` <br />One of: ` fr-par ` | Region to target. If none is passed will use default region from the config |
195195
196196
0 commit comments