This API is currently in BETA. If you find any issues, please report them to our technical support
| Parameter | Type | Allowed values | What it changes in Cloudflare | Notes |
|---|---|---|---|---|
ssl | string | off / flexible / full / strict | Zone setting ssl | |
always_use_https | string | on / off | Zone setting always_use_https | |
tls_1_3 | string | on / off | Zone setting tls_1_3 | |
cache_level | string | basic / simplified / aggressive | Zone setting cache_level | |
browser_cache_ttl | integer | 0..31536000 | Zone setting browser_cache_ttl | Seconds |
always_online | string | on / off | Zone setting always_online | |
development_mode | string | on / off | Zone setting development_mode | |
security_level | string | essentially_off / low / medium / high / under_attack | Zone setting security_level | under_attack = “DDoS/Under Attack mode” |
dev_mode | boolean | true / false | Alias → development_mode | If provided, maps to on/off |
ddos_protection | boolean | true / false | Alias → security_level | true → under_attack, false → medium |