| 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: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'{}