Key | Type | Required? | Default | Description |
---|---|---|---|---|
dry_run | boolean | no | false | For validation. When true, doesn't persist record on success |
Key | Type | Optional | Description |
---|---|---|---|
domain_email_config | Hash | no | Object with the field "mail_from_subdomain" |
domain_email_config.mail_from_subdomain | String | no |
{
"domain_email_config": {} // Domain Email Config - see 'Domain Email Config model'
}
curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/domains/1/configuration/email' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{}