Enable the Automatic HTTPS Rewrites feature for this zone.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zones_automatic_https_rewrites", "title": "Zone Enable Automatic HTTPS Rewrites", "allOf": [ { "$ref": "#/components/schemas/zones_base" }, { "properties": { "id": { "description": "ID of the zone setting.", "enum": [ "automatic_https_rewrites" ], "example": "automatic_https_rewrites" }, "value": { "$ref": "#/components/schemas/zones_automatic_https_rewrites_value" } } } ], "default": "off", "description": "Enable the Automatic HTTPS Rewrites feature for this zone." }