Updates a configuration set.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:ConfigSetUpdate |
update |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Id |
string |
No |
The configuration set ID. This parameter is required. |
XXX |
| Name |
string |
No |
The configuration name. This parameter is required. The name can be up to 50 characters in length and must be unique. |
XXX |
| IpPoolId |
string |
No |
The ID of the associated IP pool. This parameter is optional. |
XXX |
| Description |
string |
No |
The description. The description can be up to 50 characters in length. |
XXX |
| IsPublicChannelBackoff |
boolean |
No |
Specifies whether to fall back to the public channel for sending when the associated dedicated IP pool encounters issues.
|
true |
| ValidationOption |
object |
No |
The address validation options. |
|
| Enabled |
boolean |
No |
Specifies whether the address validation feature is enabled.
|
true |
| ForbiddenStatusList |
array |
No |
The list of recipient address validation primary statuses to block. Before sending, the system pre-validates the recipient address. Emails whose validation primary status matches an entry in this list are rejected. |
|
|
string |
No |
The recipient address validation primary status to block. Valid values:
|
INVALID |
|
| ForbiddenSubStatusList |
array |
No |
The list of recipient address validation sub-statuses to block. This provides finer-grained blocking control than the primary statuses. It takes effect as a union with ForbiddenStatusList, meaning that a match in either list triggers blocking. |
|
|
string |
No |
The address validation sub-status to block. Valid values:
If an unknown value is passed, an InvalidParameter error is returned. |
DISPOSABLE |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The request ID. |
xxx |
| Id |
string |
The configuration set ID. |
xxx |
Examples
Success response
JSON format
{
"RequestId": "xxx",
"Id": "xxx"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.