PutConfigurationSetDeliveryOptions method
Updates delivery settings for a configuration in a folder. The folder is selected based on the service account the request originates from.
Query
PUT /v2/email/configuration-sets/{ConfigurationSetName}/delivery-options HTTP/2
Path parameters
|
Parameter |
Description |
|
|
Type: String. Name of the configuration to update. |
Request headers
Use common request headers in your requests.
Request body
{
"TlsPolicy": "REQUIRE|OPTIONAL"
}
|
Parameter |
Description |
|
|
Type: String. Outgoing connection security policy. It specifies whether or not to use the TLS protocol for the messages with this configuration. If the value is |
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. |