cURL
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 } }
Documentation IndexFetch the complete documentation index at: https://docs.bunny.net/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.bunny.net/llms.txt
Use this file to discover all available pages before exploring further.
0
1
Show child attributes
OK
Generic response object containing status information for API operations.
Was this page helpful?
Contact support