diff --git a/api.go b/api.go index 2827fb6..5d80218 100644 --- a/api.go +++ b/api.go @@ -2955,6 +2955,7 @@ func (sc *Client) DeleteEdgeDeployment(corpName, siteName string) error { type CreateOrUpdateEdgeDeploymentServiceBody struct { ActivateVersion *bool `json:"activateVersion,omitempty"` // Activate Fastly VCL service after clone PercentEnabled int `json:"percentEnabled,omitempty"` // Percentage of traffic to send to NGWAF@Edge + CustomClientIP *bool `json:"customClientIP,omitempty"` // allow using a custom IP without overriding Fastly-Client-IP } // CreateOrUpdateEdgeDeploymentService copies the backends from the Fastly service to the