Zone Enable Automatic HTTPS Rewrites

Enable the Automatic HTTPS Rewrites feature for this zone.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-automatic-https-rewrites-schema.json Raw ↑
{
  "$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."
}