Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.43 KB

put-domain-identity-configuration-set-attributes.md

File metadata and controls

56 lines (37 loc) · 1.43 KB

PutDomainIdentityConfigurationSetAttributes method

Associates an address with a configuration residing in the same folder. The folder is selected based on the service account the request originates from.

Request {#request}

PUT /v2/email/identities/{DomainIdentity}/configuration-set HTTP/2

Path parameters {#path-parameters}

#| || Parameter | Description || || DomainIdentity | Type: String.

Address to be associated with the configuration. || |#

Request headers {#request-headers}

{% include api-request-headers %}

Request body {#request-body}

{
  "ConfigurationSetName": "<configuration_name>"
}

#| || Parameter | Description || || ConfigurationSetName | Type: String.

Configuration name. || |#

Responses {#responses}

200 OK {#200}

{% include api-response-200 %}

Errors {#errors}

{% 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. || |#