Bot Protection
This setting is available in small, large and dynamic(aksela) resource types.
Path parameters
organization_uuidstringRequiredExample:
****-*****-****-****
resource_uuidstringRequiredExample:
****-*****-****-****
Body
resource_uuidstringRequiredExample:
****-*****-****-****
status_bot_protectionbooleanRequiredExample:
true
Responses
200
Successful operation
application/json
put
PUT /api/v1/cdn/{organization_uuid}/resource/{resource_uuid} HTTP/1.1
Host: cloud.medianova.com
Content-Type: application/json
Accept: */*
Content-Length: 69
{
"resource_uuid": "****-*****-****-****",
"status_bot_protection": true
}
200
Successful operation
{
"status": true,
"data": {}
}
Last updated
Was this helpful?