Associates an address with a configuration residing in the same folder. The folder is selected based on the service account the request originates from.
PUT /v2/email/identities/{DomainIdentity}/configuration-set HTTP/2
#|
|| Parameter | Description ||
|| DomainIdentity
| Type: String.
Address to be associated with the configuration. || |#
{% include api-request-headers %}
{
"ConfigurationSetName": "<configuration_name>"
}
#|
|| Parameter | Description ||
|| ConfigurationSetName
| Type: String.
Configuration name. || |#
{% include api-response-200 %}
{% include api-errors %}
Possible errors:
#|
|| Error code | Description ||
|| 400 BadRequestException
| The request contains invalid headers or parameters. ||
|| 404 NotFoundException
| The requested resource was not found. ||
|| 429 TooManyRequestsException
| The request quota was exceeded. ||
|#