curl --request PATCH \
--url https://api.bunny.net/shield/shield-zone/{shieldZoneId}/access-lists/configurations/{id} \
--header 'Content-Type: application/json' \
--data '
{
"isEnabled": true,
"action": 0
}
'{
"data": {
"isEnabled": true,
"action": 0
},
"error": {
"statusCode": 100,
"success": true,
"message": "<string>",
"errorKey": "<string>"
}
}curl --request PATCH \
--url https://api.bunny.net/shield/shield-zone/{shieldZoneId}/access-lists/configurations/{id} \
--header 'Content-Type: application/json' \
--data '
{
"isEnabled": true,
"action": 0
}
'{
"data": {
"isEnabled": true,
"action": 0
},
"error": {
"statusCode": 100,
"success": true,
"message": "<string>",
"errorKey": "<string>"
}
}The ID of the Access List Configuration to update.
The ID of the Shield Zone to which the Access List Configuration belongs.
Was this page helpful?