PutDomainIdentityDkimAttributes method
Enables or disables DKIM signing
Request
PUT /v2/email/identities/{DomainIdentity}/dkim HTTP/2
Path parameters
Parameter |
Description |
|
Type: String. Address to enable or disable DKIM authentication for. The minimum length is one character. |
Request headers
Use common request headers in your requests.
Request body
{
"SigningEnabled": <DKIM_usage>
}
Parameter |
Description |
|
Type: Boolean. Enables or disables DKIM signing for sending emails from the specified address. Possible values: |
Responses
200 OK
A successful request returns 200 OK
in the response.
Errors
For all errors, the response body has the same format:
{
"Code": "<error_name>",
"message": "<error_description>"
}
The name of the error is taken from its code, e.g., BadRequestException
.
Possible errors:
Error code |
Description |
|
The request contains invalid headers or parameters. |
|
The requested resource was not found. |
|
The request quota was exceeded. |