cURL
curl --request PATCH \ --url https://api.bunny.net/shield/shield-zone/{shieldZoneId}/bot-detection \ --header 'Content-Type: application/json' \ --data ' { "shieldZoneId": 123, "requestIntegrity": {}, "ipAddress": {}, "browserFingerprint": { "complexEnabled": true } } '
{ "error": { "success": true, "message": "<string>", "errorKey": "<string>" }, "data": { "requestIntegrity": {}, "ipAddress": {}, "browserFingerprint": { "complexEnabled": true }, "shieldZoneId": 123 } }
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?