bunny_update_pull_zone
Update pull zone settings by passing the zone ID and a settings object with BunnyCDN API field names. Configure origins, referrers, blocked IPs, geo zones, cache, and more.
Instructions
Update pull zone settings. Pass a settings object with BunnyCDN API field names (PascalCase). Common fields: OriginUrl, AllowedReferrers, BlockedReferrers, BlockedIps, EnableGeoZoneUS, EnableGeoZoneEU, EnableGeoZoneASIA, CacheControlMaxAgeOverride, EnableQueryStringSort, EnableWebpVary, EnableAvifVary, EnableCacheSlice, EnableOriginShield, OriginShieldZoneCode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Pull Zone ID | |
| settings | Yes | Settings object with BunnyCDN API field names (PascalCase). See description for common fields. |