Update multiple ACL entries

PATCH {{fastly_url}}/service/{{service_id}}/acl/{{acl_id}}/entries

Update multiple ACL entries on the same ACL. For faster updates to your service, group your changes into large batches. The maximum batch size is 1000 entries. Contact support to discuss raising this limit.

Authorization: API token with at least Engineer permissions.

Request Body

{"entries"=>[{"op"=>"create", "ip"=>"192.168.0.1", "subnet"=>8}, {"op"=>"update", "id"=>"6yxNzlOpW1V7JfSwvLGtOc", "ip"=>"192.168.0.2", "subnet"=>16}, {"op"=>"delete", "id"=>"6yxNzlOpW1V7JfSwvLGtOc"}]}

HEADERS

KeyDatatypeRequiredDescription
Hoststring
Content-Typestring
Acceptstring