curl --request PATCH \
--url https://api.bunny.net/shield/shield-zone/{shieldZoneId}/bot-detection \
--header 'Content-Type: application/json' \
--data '
{
"shieldZoneId": 123,
"executionMode": 0,
"requestIntegrity": {
"sensitivity": 0
},
"ipAddress": {
"sensitivity": 0
},
"browserFingerprint": {
"sensitivity": 0,
"aggression": 0,
"complexEnabled": true
}
}
'{
"error": {
"statusCode": 100,
"success": true,
"message": "<string>",
"errorKey": "<string>"
},
"data": {
"requestIntegrity": {
"sensitivity": 0
},
"ipAddress": {
"sensitivity": 0
},
"browserFingerprint": {
"sensitivity": 0,
"aggression": 0,
"complexEnabled": true
},
"shieldZoneId": 123,
"executionMode": 0
}
}curl --request PATCH \
--url https://api.bunny.net/shield/shield-zone/{shieldZoneId}/bot-detection \
--header 'Content-Type: application/json' \
--data '
{
"shieldZoneId": 123,
"executionMode": 0,
"requestIntegrity": {
"sensitivity": 0
},
"ipAddress": {
"sensitivity": 0
},
"browserFingerprint": {
"sensitivity": 0,
"aggression": 0,
"complexEnabled": true
}
}
'{
"error": {
"statusCode": 100,
"success": true,
"message": "<string>",
"errorKey": "<string>"
},
"data": {
"requestIntegrity": {
"sensitivity": 0
},
"ipAddress": {
"sensitivity": 0
},
"browserFingerprint": {
"sensitivity": 0,
"aggression": 0,
"complexEnabled": true
},
"shieldZoneId": 123,
"executionMode": 0
}
}Was this page helpful?