curl --request GET \
--url https://api.bunny.net/shield/waf/enums{
"data": [
{
"enumName": "<string>",
"enumValues": [
{
"optionalInput": true,
"isPremium": true,
"name": "<string>",
"value": 123
}
]
}
]
}curl --request GET \
--url https://api.bunny.net/shield/waf/enums{
"data": [
{
"enumName": "<string>",
"enumValues": [
{
"optionalInput": true,
"isPremium": true,
"name": "<string>",
"value": 123
}
]
}
]
}OK
Show child attributes
Was this page helpful?