set_domain_case
Configure the domain-casing policy for new memory writes: preserve, lower, or upper. Existing stored domains need the admin Normalize action.
Instructions
Set the store's domain-casing policy. mode: 'preserve' | 'lower' | 'upper'.
'preserve' keeps free-text casing; 'lower'/'upper' coerce every domain written from now on to that case. This only governs new writes -- to bring already-stored domains into line, run the "Normalize domains" action in the admin dashboard (it previews collisions before merging variant spellings). Returns the stored {"mode": ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes |