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_web_config | Hash | no | Web Config object - except for id , dns_records , status fields |
{
"domain_web_config": {} // Domain Web Config - see 'Domain Web Config model'
}
curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/domains/1/configuration/web' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{}